Skip to content

Commit d0daf2e

Browse files
fix README.md (#416)
1 parent 308d104 commit d0daf2e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
name: Push to cocoapods.org
8989
language: minimal
9090
os: osx
91+
osx_image: xcode10
9192
env:
9293
- VERSION=3.1.0
9394
install:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ https://www.sqlite.org/threadsafe.html
3434
#### Cocoapod
3535
1. Add the following lines to the _Podfile_:<pre>
3636
```use_frameworks!```
37-
```pod 'OptimizelySDK<platform>', '~> 3.0.0'```
37+
```pod 'OptimizelySDK<platform>', '~> 3.1.0'```
3838
</pre>
3939

4040
2. Run the following command: <pre>``` pod install ```</pre>
@@ -43,7 +43,7 @@ Further installation instructions for Cocoapods: https://guides.cocoapods.org/us
4343

4444
#### Carthage
4545
1. Add the following lines to the _Cartfile_:<pre>
46-
github "optimizely/objective-c-sdk" ~> 3.0.0
46+
github "optimizely/objective-c-sdk" ~> 3.1.0
4747
</pre>
4848

4949
2. Run the following command:<pre>```carthage update```</pre>

0 commit comments

Comments
 (0)