Skip to content

Commit e8d20e2

Browse files
authored
Release/6.4.1 (#587)
* update version * update spm
1 parent 165db21 commit e8d20e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.4.0"
41+
#define LEANPLUM_SDK_VERSION @"6.4.1"
4242
#define LEANPLUM_CLIENT @"ios"
4343
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
4444

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
targets: [
1717
.binaryTarget(
1818
name: "Leanplum",
19-
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.4.0/Leanplum.xcframework.zip",
20-
checksum: "59a4f4dc275d3438aeb5b9498c86bff624d95ae8e24e2acea0fa7897e8ea5582"
19+
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.4.1/Leanplum.xcframework.zip",
20+
checksum: "40e097c798e7ba58a0fcf7a1391817c72b75b65992acad3a8ed3349e3946d050"
2121
),
2222
.target(
2323
name: "LeanplumLocation",

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.0
1+
6.4.1

0 commit comments

Comments
 (0)