Skip to content

Commit

Permalink
3.1.10 SPM (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad authored Nov 26, 2024
1 parent b8472cc commit e7592c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.9'
s.version = '3.1.10'
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.1.9'
s.version = '3.1.10'
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.1.9/couchbase-lite-swift_xc_community_3.1.9.zip",
checksum: "26fb83bd3c417d094f44e87ff8876842619a126f9707c1d834476c680702facb"
url: "https://packages.couchbase.com/releases/couchbase-lite-ios/3.1.10/couchbase-lite-swift_xc_community_3.1.10.zip",
checksum: "3005b52f55eb6426cdec361a1ffbaeab592f5eb1aeb81a66377ed9ab1a87dcbb"
)
]
)

0 comments on commit e7592c2

Please sign in to comment.