Skip to content

Commit 096b4e5

Browse files
committed
Mobile SDK 13.0.1
1 parent ab5790f commit 096b4e5

9 files changed

Lines changed: 11 additions & 9 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.0.0"
4+
s.version = "13.0.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.0.0"
4+
s.version = "13.0.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.0.0"
4+
s.version = "13.0.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.0.0"
4+
s.version = "13.0.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.0.0"
4+
s.version = "13.0.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.0.0
1+
CURRENT_PROJECT_VERSION = 13.0.1

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

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

8484
#define __SALESFORCE_SDK_13_0_0 130000
8585

86-
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_13_0_0
86+
#define __SALESFORCE_SDK_13_0_1 130001
87+
88+
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_13_0_1
8789

8890
#define SALESFORCE_SDK_VERSION [NSString stringWithFormat:@"%d.%d.%d%@", \
8991
(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": "13.0.0",
3+
"version": "13.0.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: 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.0.0
35+
### What's New in 13.0.1
3636
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases).
3737

3838
### Native Applications

0 commit comments

Comments
 (0)