Skip to content

Commit 0a1f214

Browse files
authored
Release/6.6.1 (#600)
* update version
1 parent 29b520c commit 0a1f214

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ let package = Package(
1111
.library(name: "LeanplumLocation", targets: ["LeanplumLocation"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "7.1.0")
14+
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "7.1.1")
1515
],
1616
targets: [
1717
.binaryTarget(
1818
name: "Leanplum",
19-
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.6.0/Leanplum.xcframework.zip",
20-
checksum: "95488853cd21913714c46e3debb9dfb8e3b9fba5968374c08664459ea038e8ff"
19+
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.6.1/Leanplum.xcframework.zip",
20+
checksum: "47e4d86508c83255241219f89441ea007b3683fc2569384d2928b6b45e91db01"
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.6.0
1+
6.6.1

0 commit comments

Comments
 (0)