From e88a5dbd859b55ea0670b97407734b786ec6442b Mon Sep 17 00:00:00 2001 From: Pasin Suriyentrakorn Date: Fri, 1 Sep 2017 17:58:54 -0700 Subject: [PATCH] Update version to 2.0DB016 --- CouchbaseLite.podspec | 2 +- CouchbaseLiteSwift.podspec | 2 +- README.md | 6 +++--- xcconfigs/Project.xcconfig | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CouchbaseLite.podspec b/CouchbaseLite.podspec index 6f651d978..353a1d401 100644 --- a/CouchbaseLite.podspec +++ b/CouchbaseLite.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CouchbaseLite' - s.version = '2.0DB015' + s.version = '2.0DB016' s.license = 'Apache License, Version 2.0' s.homepage = 'http://mobile.couchbase.com' s.summary = 'An embedded syncable NoSQL database for iOS, tvOS, and MacOS apps.' diff --git a/CouchbaseLiteSwift.podspec b/CouchbaseLiteSwift.podspec index f47115fb5..d7dc80d05 100644 --- a/CouchbaseLiteSwift.podspec +++ b/CouchbaseLiteSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CouchbaseLiteSwift' - s.version = '2.0DB015' + s.version = '2.0DB016' s.license = 'Apache License, Version 2.0' s.homepage = 'http://mobile.couchbase.com' s.summary = 'An embedded syncable NoSQL database for iOS, tvOS, and MacOS apps.' diff --git a/README.md b/README.md index 439f402b5..d0cf956c7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You can use [CocoaPods](https://cocoapods.org/) to install `CouchbaseLite` for O ``` target '' do use_frameworks! - pod 'CouchbaseLite', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB015', :submodules => true + pod 'CouchbaseLite', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB016', :submodules => true end ``` @@ -31,7 +31,7 @@ end ``` target '' do use_frameworks! - pod 'CouchbaseLiteSwift', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB015', :submodules => true + pod 'CouchbaseLiteSwift', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB016', :submodules => true end ``` @@ -40,7 +40,7 @@ end You can use [Carthage](https://github.com/Carthage/Carthage) to install `CouchbaseLite` by adding it in your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile): ``` -github "couchbase/couchbase-lite-ios" "2.0DB015" +github "couchbase/couchbase-lite-ios" "2.0DB016" ``` > When running `carthage update or build`, Carthage will build both CouchbaseLite and CouchbaseLiteSwift framework. diff --git a/xcconfigs/Project.xcconfig b/xcconfigs/Project.xcconfig index 8475c3ebe..672fac008 100644 --- a/xcconfigs/Project.xcconfig +++ b/xcconfigs/Project.xcconfig @@ -5,7 +5,7 @@ // https://github.com/dempseyatgithub/BuildSettingExtractor // -CBL_VERSION_STRING = 2.0-DB015 +CBL_VERSION_STRING = 2.0DB016 CBL_BUILD_NUMBER = 0 IPHONEOS_DEPLOYMENT_TARGET = 9.0