Skip to content

Commit

Permalink
Update version number in README
Browse files Browse the repository at this point in the history
2.0DB021 -> 2.0DB022
  • Loading branch information
pasin committed Feb 8, 2018
1 parent 069da71 commit fd72449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ You can use [CocoaPods](https://cocoapods.org/) to install `CouchbaseLite` for O
```
target '<your target name>' do
use_frameworks!
pod 'CouchbaseLite', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB021', :submodules => true
pod 'CouchbaseLite', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB022', :submodules => true
end
```

#### CouchbaseLiteSwift (Swift API)
```
target '<your target name>' do
use_frameworks!
pod 'CouchbaseLiteSwift', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB021', :submodules => true
pod 'CouchbaseLiteSwift', :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB022', :submodules => true
end
```

Expand All @@ -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.0DB021"
github "couchbase/couchbase-lite-ios" "2.0DB022"
```

> When running `carthage update or build`, Carthage will build both CouchbaseLite and CouchbaseLiteSwift framework.
Expand Down

0 comments on commit fd72449

Please sign in to comment.