Skip to content

Commit 03f67e6

Browse files
committed
Mobile SDK 9.2.1
1 parent 34d8575 commit 03f67e6

File tree

9 files changed

+12
-10
lines changed

9 files changed

+12
-10
lines changed

MobileSync.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "MobileSync"
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "Salesforce Mobile SDK for iOS - MobileSync"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

SalesforceAnalytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SalesforceAnalytics"
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "Salesforce Mobile SDK for iOS"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

SalesforceSDKCommon.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SalesforceSDKCommon"
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "Salesforce Mobile SDK for iOS"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

SalesforceSDKCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SalesforceSDKCore"
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "Salesforce Mobile SDK for iOS"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

SmartStore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SmartStore"
4-
s.version = "9.2.0"
4+
s.version = "9.2.1"
55
s.summary = "Salesforce Mobile SDK for iOS - SmartStore"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

configuration/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 9.2.0
1+
CURRENT_PROJECT_VERSION = 9.2.1

libs/SalesforceSDKCore/SalesforceSDKCore/Classes/Common/SalesforceSDKConstants.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
#define __SALESFORCE_SDK_9_1_1 90101
6060
#define __SALESFORCE_SDK_9_2_0 90200
6161

62-
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_9_2_0
62+
#define __SALESFORCE_SDK_9_2_1 90201
63+
64+
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_9_2_1
6365

6466
#define SALESFORCE_SDK_VERSION [NSString stringWithFormat:@"%d.%d.%d%@", \
6567
(SALESFORCE_SDK_VERSION_MIN_REQUIRED / 10000), \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SalesforceMobileSDK-iOS",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Salesforce Mobile SDK for iOS",
55
"keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ],
66
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-iOS",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ The Salesforce Mobile SDK for iOS requires iOS 11.0 or greater. The install.sh
3232
Introduction
3333
==
3434

35-
### What's New in 9.2.0
36-
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases/tag/v9.2.0).
35+
### What's New in 9.2.1
36+
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases/tag/v9.2.1).
3737

3838
### Native Applications
3939
The Salesforce Mobile SDK provides the essential libraries for quickly building native mobile apps that interact with the Salesforce cloud platform. The OAuth2 library abstracts away the complexity of securely storing the refresh token or fetching a new session ID when it expires. The SDK also provides wrappers for the Salesforce REST API that you can use from both Swift and Objective-C.

0 commit comments

Comments
 (0)