Skip to content

Commit

Permalink
Mobile SDK 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmathurin committed Aug 18, 2022
1 parent 9b384e6 commit fbe81c4
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 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 = "10.1.0"
s.version = "10.1.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 = "10.1.0"
s.version = "10.1.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 = "10.1.0"
s.version = "10.1.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 = "10.1.0"
s.version = "10.1.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 = "10.1.0"
s.version = "10.1.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 = 10.1.0
CURRENT_PROJECT_VERSION = 10.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@

#define __SALESFORCE_SDK_10_1_0 100100

#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_10_1_0
#define __SALESFORCE_SDK_10_1_1 100101

#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_10_1_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": "10.1.0",
"version": "10.1.1",
"description": "Salesforce Mobile SDK for iOS",
"keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ],
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-iOS",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Salesforce Mobile SDK for iOS requires iOS 11.0 or greater. The install.sh
Introduction
==

### What's New in 10.1.0
### What's New in 10.1.1
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases).

### Native Applications
Expand Down

0 comments on commit fbe81c4

Please sign in to comment.