Skip to content

Commit

Permalink
Mobile SDK 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmathurin committed Dec 15, 2021
1 parent 34d8575 commit 03f67e6
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MobileSync.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

Expand Down
2 changes: 1 addition & 1 deletion SalesforceAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

Expand Down
2 changes: 1 addition & 1 deletion SalesforceSDKCommon.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

Expand Down
2 changes: 1 addition & 1 deletion SalesforceSDKCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

Expand Down
2 changes: 1 addition & 1 deletion SmartStore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

Expand Down
2 changes: 1 addition & 1 deletion configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 9.2.0
CURRENT_PROJECT_VERSION = 9.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
#define __SALESFORCE_SDK_9_1_1 90101
#define __SALESFORCE_SDK_9_2_0 90200

#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_9_2_0
#define __SALESFORCE_SDK_9_2_1 90201

#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_9_2_1

#define SALESFORCE_SDK_VERSION [NSString stringWithFormat:@"%d.%d.%d%@", \
(SALESFORCE_SDK_VERSION_MIN_REQUIRED / 10000), \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SalesforceMobileSDK-iOS",
"version": "9.2.0",
"version": "9.2.1",
"description": "Salesforce Mobile SDK for iOS",
"keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ],
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-iOS",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ The Salesforce Mobile SDK for iOS requires iOS 11.0 or greater. The install.sh
Introduction
==

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

### Native Applications
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.
Expand Down

0 comments on commit 03f67e6

Please sign in to comment.