diff --git a/CouchbaseLite-Swift.podspec b/CouchbaseLite-Swift.podspec index ee8ffb293..54853d051 100644 --- a/CouchbaseLite-Swift.podspec +++ b/CouchbaseLite-Swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CouchbaseLite-Swift' - s.version = '3.2.0' + s.version = '3.2.1' 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.' diff --git a/CouchbaseLite.podspec b/CouchbaseLite.podspec index f8b9ad883..f23ab2854 100644 --- a/CouchbaseLite.podspec +++ b/CouchbaseLite.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CouchbaseLite' - s.version = '3.2.0' + s.version = '3.2.1' 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.' diff --git a/Package.swift b/Package.swift index 88652d88d..c4602e9a8 100644 --- a/Package.swift +++ b/Package.swift @@ -14,8 +14,8 @@ let package = Package( targets: [ .binaryTarget( name: "CouchbaseLiteSwift", - url: "https://packages.couchbase.com/releases/couchbase-lite-ios/3.2.0/couchbase-lite-swift_xc_community_3.2.0.zip", - checksum: "62c9f70038628822fa5d275b4c64c64f58abba6a5c178859f60160ee0e7baefd" + url: "https://packages.couchbase.com/releases/couchbase-lite-ios/3.2.1/couchbase-lite-swift_xc_community_3.2.1.zip", + checksum: "5791fbd02ef98faa1abda3c4de988addfe396879851139333c3dd149fba2aed4" ) ] ) diff --git a/README.md b/README.md index e06f47607..4525a6896 100644 --- a/README.md +++ b/README.md @@ -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"), + from: "3.2.1"), ], ``` @@ -34,7 +34,7 @@ dependencies: [ dependencies: [ .package(name: "CouchbaseLiteSwift", url: "https://github.com/couchbase/couchbase-lite-swift-ee.git", - from: "3.2.0"), + from: "3.2.1"), ], ``` diff --git a/xcconfigs/Project.xcconfig b/xcconfigs/Project.xcconfig index 9410b1fcb..8c04fbba0 100644 --- a/xcconfigs/Project.xcconfig +++ b/xcconfigs/Project.xcconfig @@ -17,7 +17,7 @@ // limitations under the License. // -CBL_VERSION_STRING = 3.2.0 +CBL_VERSION_STRING = 3.2.1 CBL_BUILD_NUMBER = 0 CBL_COPYRIGHT_YEAR = 2021