File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ let package = Package(
1414 targets: [
1515 . binaryTarget(
1616 name: " CouchbaseLiteSwift " ,
17- url: " https://packages.couchbase.com/releases/couchbase-lite-ios/3.3.0 /couchbase-lite-swift_xc_community_3.3.0 .zip " ,
18- checksum: " 933c16e353249bd40f8ff0b47c6496f863f0a33e5cd2de461dcd86c958b7c548 "
17+ url: " https://packages.couchbase.com/releases/couchbase-lite-ios/3.3.1 /couchbase-lite-swift_xc_community_3.3.1 .zip " ,
18+ checksum: " 1dc441c4a816fe320d6714cd2781560550b56579d37211798116741c02c5b92b "
1919 )
2020 ]
2121)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Couchbase Lite implementation is on top of [Couchbase Lite Core](https://github.
2323dependencies: [
2424 .package(name: "CouchbaseLiteSwift",
2525 url: "https://github.com/couchbase/couchbase-lite-ios.git",
26- from: "3.3.0 "),
26+ from: "3.3.1 "),
2727 ],
2828```
2929
@@ -33,7 +33,7 @@ dependencies: [
3333dependencies: [
3434 .package(name: "CouchbaseLiteSwift",
3535 url: "https://github.com/couchbase/couchbase-lite-swift-ee.git",
36- from: "3.3.0 "),
36+ from: "3.3.1 "),
3737 ],
3838```
3939
You can’t perform that action at this time.
0 commit comments