From 378b33b9717f7a7b06569e903b725bb50b76c371 Mon Sep 17 00:00:00 2001 From: Pasin Suriyentrakorn Date: Wed, 14 Mar 2018 23:20:39 -0700 Subject: [PATCH] Update version number in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 597dc8391..d36e5c8fe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,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.0DB022', :submodules => true + pod 'CouchbaseLite', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB023', :submodules => true end ``` @@ -29,7 +29,7 @@ end ``` target '' do use_frameworks! - pod 'CouchbaseLiteSwift', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB022', :submodules => true + pod 'CouchbaseLiteSwift', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB023', :submodules => true end ``` @@ -38,7 +38,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.0DB022" +github "couchbase/couchbase-lite-ios" "2.0DB023" ``` > When running `carthage update or build`, Carthage will build both CouchbaseLite and CouchbaseLiteSwift framework.