Skip to content

Commit 76a0473

Browse files
committed
Mobile SDK 13.0.2
1 parent 2148632 commit 76a0473

File tree

9 files changed

+11
-9
lines changed

9 files changed

+11
-9
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.0.1"
4+
s.version = "13.0.2"
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.1"
4+
s.version = "13.0.2"
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.1"
4+
s.version = "13.0.2"
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.1"
4+
s.version = "13.0.2"
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.1"
4+
s.version = "13.0.2"
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.1
1+
CURRENT_PROJECT_VERSION = 13.0.2

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_0_1 130001
8787

88-
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_13_0_1
88+
#define __SALESFORCE_SDK_13_0_2 130002
89+
90+
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_13_0_2
8991

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

3838
### Native Applications

0 commit comments

Comments
 (0)