Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nzagorchev committed Apr 27, 2023
1 parent f849c94 commit d8aef1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Leanplum-iOS-Location.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source_files = 'LeanplumSDKLocation/LeanplumSDKLocation/Classes/**/*'
s.frameworks = 'CoreLocation'
s.documentation_url = 'https://docs.leanplum.com/'
s.dependency 'Leanplum-iOS-SDK', "~> 6.0.0-beta"
s.dependency 'Leanplum-iOS-SDK', "~> 6.0.0"
s.module_name = 'LeanplumLocation'
s.swift_versions = '5.0'
end
2 changes: 1 addition & 1 deletion Leanplum-iOS-LocationAndBeacons.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source_files = 'LeanplumSDKLocation/LeanplumSDKLocation/Classes/**/*'
s.frameworks = 'CoreLocation'
s.documentation_url = 'https://docs.leanplum.com/'
s.dependency 'Leanplum-iOS-SDK', "~> 6.0.0-beta"
s.dependency 'Leanplum-iOS-SDK', "~> 6.0.0"
s.module_name = 'LeanplumLocationAndBeacons'
s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'LP_BEACON=1' }
s.swift_versions = '5.0'
Expand Down
2 changes: 1 addition & 1 deletion LeanplumSDK/LeanplumSDK/Classes/Internal/LPConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#define IS_NOOP (IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
#define RETURN_IF_NOOP if (IS_NOOP) return

#define LEANPLUM_SDK_VERSION @"6.0.5-beta4"
#define LEANPLUM_SDK_VERSION @"6.0.5"
#define LEANPLUM_CLIENT @"ios"
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"

Expand Down
2 changes: 1 addition & 1 deletion sdk-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.5-beta4
6.0.5

0 comments on commit d8aef1c

Please sign in to comment.