Skip to content

Commit

Permalink
doc: update release info
Browse files Browse the repository at this point in the history
- update version number 
- update documentation URL
  • Loading branch information
jayahariv authored Aug 27, 2019
1 parent 9d38fda commit d615b62
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
pod 'CouchbaseLite', '~> 2.6.0'
end
```

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

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

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

Expand All @@ -61,12 +61,12 @@ You can use [Carthage](https://github.com/Carthage/Carthage) to install `Couchba

##### Community Edition
```
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Community.json"
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Community.json" ~> 2.6.0
```

##### Enterprise Edition
```
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Enterprise.json"
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Enterprise.json" ~> 2.6.0
```

> When running `carthage update or build`, Carthage will build both CouchbaseLite and CouchbaseLiteSwift framework.
Expand All @@ -90,8 +90,8 @@ $ ./Scripts/build_framework.sh -s "CBL Swift" -p iOS -o output // For building

## Documentation

- [Swift](https://docs.couchbase.com/couchbase-lite/2.5/swift.html)
- [Objective-C](https://docs.couchbase.com/couchbase-lite/2.5/objc.html)
- [Swift](https://docs.couchbase.com/couchbase-lite/2.6/swift.html)
- [Objective-C](https://docs.couchbase.com/couchbase-lite/2.6/objc.html)

## Sample Apps

Expand Down

0 comments on commit d615b62

Please sign in to comment.