Skip to content

Commit

Permalink
Release/6.0.3 (Leanplum#552)
Browse files Browse the repository at this point in the history
* update version

* update spm
  • Loading branch information
nzagorchev authored Jan 23, 2023
1 parent 2e0854b commit f6d54ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.2"
#define LEANPLUM_SDK_VERSION @"6.0.3"
#define LEANPLUM_CLIENT @"ios"
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Leanplum",
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.2/Leanplum.xcframework.zip",
checksum: "fbe93d873e0d5d2e19699901149a730a64c5b973014c2b69fe6e3c5f026f3c02"
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.3/Leanplum.xcframework.zip",
checksum: "b04d3499272e522a22309b9913651107818c799c775e094f85f5ed9c62abe7a1"
),
.target(
name: "LeanplumLocation",
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.2
6.0.3

0 comments on commit f6d54ec

Please sign in to comment.