Skip to content

Commit ff0feff

Browse files
committed
update version
1 parent d7c9740 commit ff0feff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Leanplum-iOS-Location.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.source_files = 'LeanplumSDKLocation/LeanplumSDKLocation/Classes/**/*'
1515
s.frameworks = 'CoreLocation'
1616
s.documentation_url = 'https://docs.leanplum.com/'
17-
s.dependency 'Leanplum-iOS-SDK', "~> 6.0.0-beta"
17+
s.dependency 'Leanplum-iOS-SDK', "~> 6.0.0"
1818
s.module_name = 'LeanplumLocation'
1919
s.swift_versions = '5.0'
2020
end

Leanplum-iOS-LocationAndBeacons.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.source_files = 'LeanplumSDKLocation/LeanplumSDKLocation/Classes/**/*'
1515
s.frameworks = 'CoreLocation'
1616
s.documentation_url = 'https://docs.leanplum.com/'
17-
s.dependency 'Leanplum-iOS-SDK', "~> 6.0.0-beta"
17+
s.dependency 'Leanplum-iOS-SDK', "~> 6.0.0"
1818
s.module_name = 'LeanplumLocationAndBeacons'
1919
s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'LP_BEACON=1' }
2020
s.swift_versions = '5.0'

LeanplumSDK/LeanplumSDK/Classes/Internal/LPConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define IS_NOOP (IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
3939
#define RETURN_IF_NOOP if (IS_NOOP) return
4040

41-
#define LEANPLUM_SDK_VERSION @"6.0.3-beta1"
41+
#define LEANPLUM_SDK_VERSION @"6.0.3"
4242
#define LEANPLUM_CLIENT @"ios"
4343
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
4444

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.3-beta1
1+
6.0.3

0 commit comments

Comments
 (0)