Skip to content

Commit fc724d1

Browse files
committed
Mobile SDK 13.2.1
1 parent 61b515e commit fc724d1

8 files changed

Lines changed: 10 additions & 8 deletions

File tree

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.2.0"
4+
s.version = "13.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 = "13.2.0"
4+
s.version = "13.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 = "13.2.0"
4+
s.version = "13.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 = "13.2.0"
4+
s.version = "13.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 = "13.2.0"
4+
s.version = "13.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 = 13.2.0
1+
CURRENT_PROJECT_VERSION = 13.2.1

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

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

8888
#define __SALESFORCE_SDK_13_2_0 130200
8989

90-
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_13_2_0
90+
#define __SALESFORCE_SDK_13_2_1 130201
91+
92+
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_13_2_1
9193

9294
#define SALESFORCE_SDK_VERSION [NSString stringWithFormat:@"%d.%d.%d%@", \
9395
(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.2.0
35+
### What's New in 13.2.1
3636
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases).
3737

3838
### Native Applications

0 commit comments

Comments
 (0)