diff --git a/README.md b/README.md index 36330e12f..cdfd3ef70 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Couchbase Lite 2.5.0 +# Couchbase Lite 2.5.1 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Build Status](https://travis-ci.org/couchbase/couchbase-lite-ios.svg?branch=master)](https://travis-ci.org/couchbase/couchbase-lite-ios) [![Coverage Status](https://coveralls.io/repos/github/couchbase/couchbase-lite-ios/badge.svg?branch=master)](https://coveralls.io/github/couchbase/couchbase-lite-ios?branch=master) @@ -25,7 +25,7 @@ You can use [CocoaPods](https://cocoapods.org/) to install `CouchbaseLite` for O ``` target '' do use_frameworks! - pod 'CouchbaseLite', '~> 2.5.0' + pod 'CouchbaseLite', '~> 2.5.1' end ``` @@ -33,7 +33,7 @@ end ``` target '' do use_frameworks! - pod 'CouchbaseLite-Enterprise', '~> 2.5.0' + pod 'CouchbaseLite-Enterprise', '~> 2.5.1' end ``` @@ -43,7 +43,7 @@ end ``` target '' do use_frameworks! - pod 'CouchbaseLite-Swift', '~> 2.5.0' + pod 'CouchbaseLite-Swift', '~> 2.5.1' end ``` @@ -51,7 +51,7 @@ end ``` target '' do use_frameworks! - pod 'CouchbaseLite-Swift-Enterprise', '~> 2.5.0' + pod 'CouchbaseLite-Swift-Enterprise', '~> 2.5.1' end ``` diff --git a/xcconfigs/Project.xcconfig b/xcconfigs/Project.xcconfig index c8ac4c12b..fbd87a642 100644 --- a/xcconfigs/Project.xcconfig +++ b/xcconfigs/Project.xcconfig @@ -17,7 +17,7 @@ // limitations under the License. // -CBL_VERSION_STRING = 2.5.0 +CBL_VERSION_STRING = 2.5.1 CBL_BUILD_NUMBER = 0 CBL_EXPORTED_SYMBOLS_FILE = Objective-C/CouchbaseLite.exp CBL_SWIFT_MODULEMAP_FILE = Swift/CouchbaseLiteSwift.modulemap