Skip to content

Commit

Permalink
Update SPM and misc for beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Apr 30, 2024
1 parent 80fbdf2 commit bce9ee8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CouchbaseLite-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CouchbaseLite-Swift'
s.version = '3.2.0-beta.1'
s.version = '3.2.0-beta.2'
s.license = 'Apache License, Version 2.0'
s.homepage = 'https://github.com/couchbase/couchbase-lite-ios'
s.summary = 'An embedded syncable NoSQL database for iOS and MacOS apps.'
Expand Down
2 changes: 1 addition & 1 deletion CouchbaseLite.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CouchbaseLite'
s.version = '3.2.0-beta.1'
s.version = '3.2.0-beta.2'
s.license = 'Apache License, Version 2.0'
s.homepage = 'https://github.com/couchbase/couchbase-lite-ios'
s.summary = 'An embedded syncable NoSQL database for iOS and MacOS apps.'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "CouchbaseLiteSwift",
url: "https://packages.couchbase.com/releases/couchbase-lite-ios/3.2.0-beta.1/couchbase-lite-swift_xc_community_3.2.0-beta.1.zip",
checksum: "39dd4d80a8edb6eb87a2f5ae91753b16064c04c6c74f10f7ef2707902efe14c4"
url: "https://packages.couchbase.com/releases/couchbase-lite-ios/3.2.0-beta.2/couchbase-lite-swift_xc_community_3.2.0-beta.2.zip",
checksum: "c3d8401ac61af19ad82462e50161824a43089f05dcfc36f59052811ce7b8f6dd"
)
]
)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Couchbase Lite implementation is on top of [Couchbase Lite Core](https://github.
dependencies: [
.package(name: "CouchbaseLiteSwift",
url: "https://github.com/couchbase/couchbase-lite-ios.git",
from: "3.2.0-beta.1"),
from: "3.2.0-beta.2"),
],
```

Expand All @@ -34,7 +34,7 @@ dependencies: [
dependencies: [
.package(name: "CouchbaseLiteSwift",
url: "https://github.com/couchbase/couchbase-lite-swift-ee.git",
from: "3.2.0-beta.1"),
from: "3.2.0-beta.2"),
],
```

Expand Down

0 comments on commit bce9ee8

Please sign in to comment.