Skip to content

Commit

Permalink
Update version number to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pasin committed May 3, 2019
1 parent 67cba7b commit a8e22d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -25,15 +25,15 @@ You can use [CocoaPods](https://cocoapods.org/) to install `CouchbaseLite` for O
```
target '<your target name>' do
use_frameworks!
pod 'CouchbaseLite', '~> 2.5.0'
pod 'CouchbaseLite', '~> 2.5.1'
end
```

##### Enterprise Edition
```
target '<your target name>' do
use_frameworks!
pod 'CouchbaseLite-Enterprise', '~> 2.5.0'
pod 'CouchbaseLite-Enterprise', '~> 2.5.1'
end
```

Expand All @@ -43,15 +43,15 @@ end
```
target '<your target name>' do
use_frameworks!
pod 'CouchbaseLite-Swift', '~> 2.5.0'
pod 'CouchbaseLite-Swift', '~> 2.5.1'
end
```

##### Enterprise Edition
```
target '<your target name>' do
use_frameworks!
pod 'CouchbaseLite-Swift-Enterprise', '~> 2.5.0'
pod 'CouchbaseLite-Swift-Enterprise', '~> 2.5.1'
end
```

Expand Down
2 changes: 1 addition & 1 deletion xcconfigs/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8e22d8

Please sign in to comment.