Skip to content

Commit 71542b2

Browse files
committed
update version
1 parent ab80b92 commit 71542b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 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/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.0-beta8/Leanplum.xcframework.zip",
14+
.package(url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.0/Leanplum.xcframework.zip",
1515
],
1616
targets: [
1717
.binaryTarget(
1818
name: "Leanplum",
1919
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/5.0.0/Leanplum.xcframework.zip",
20-
checksum: "80ba7517151b2f70cf7f9c44e16c45fd866b1619dd377a69ead93292d512bd9d"
20+
checksum: "c339f569eef129d26d32f7648a3d9db379e26e3368a8af14ed4170beaae76d0b"
2121
),
2222
.target(
2323
name: "LeanplumLocation",

0 commit comments

Comments
 (0)