From 71b3fa9170488064a9d11955e6725bc68f370a2d Mon Sep 17 00:00:00 2001 From: Pasin Suriyentrakorn Date: Thu, 5 Apr 2018 10:58:56 -0700 Subject: [PATCH] Correct version in podspec files 2.0DB21 -> 2.0DB23 --- CouchbaseLite.podspec | 2 +- CouchbaseLiteSwift.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CouchbaseLite.podspec b/CouchbaseLite.podspec index 3e310a4e5..075997961 100644 --- a/CouchbaseLite.podspec +++ b/CouchbaseLite.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CouchbaseLite' - s.version = '2.0DB021' + s.version = '2.0DB023' s.license = 'Apache License, Version 2.0' s.homepage = 'http://mobile.couchbase.com' s.summary = 'An embedded syncable NoSQL database for iOS and MacOS apps.' diff --git a/CouchbaseLiteSwift.podspec b/CouchbaseLiteSwift.podspec index e7c97f1eb..35b6212d2 100644 --- a/CouchbaseLiteSwift.podspec +++ b/CouchbaseLiteSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CouchbaseLiteSwift' - s.version = '2.0DB021' + s.version = '2.0DB023' s.license = 'Apache License, Version 2.0' s.homepage = 'http://mobile.couchbase.com' s.summary = 'An embedded syncable NoSQL database for iOS and MacOS apps.'