Skip to content

Commit b9edc7b

Browse files
committed
Mobile SDK 13.1.1
1 parent fe97c22 commit b9edc7b

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
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 = "13.1.0"
4+
s.version = "13.1.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 = "13.1.0"
4+
s.version = "13.1.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 = "13.1.0"
4+
s.version = "13.1.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 = "13.1.0"
4+
s.version = "13.1.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 = "13.1.0"
4+
s.version = "13.1.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 = 13.1.0
1+
CURRENT_PROJECT_VERSION = 13.1.1

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@
8585

8686
#define __SALESFORCE_SDK_13_1_0 130100
8787

88-
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_13_1_0
88+
#define __SALESFORCE_SDK_13_1_1 130101
89+
90+
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_13_1_1
8991

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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Salesforce Mobile SDK for iOS requires iOS 17.0 or greater. The install.sh
3232
Introduction
3333
==
3434

35-
### What's New in 13.1.0
35+
### What's New in 13.1.1
3636
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases).
3737

3838
### Native Applications

0 commit comments

Comments
 (0)