Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
arun251 committed Oct 6, 2018
1 parent 3cfc4c8 commit 8db3591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ brew install carthage
To integrate LaunchDarkly into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "launchdarkly/ios-client" "2.13.5"
github "launchdarkly/ios-client" "2.13.6"
```

Run `carthage` to build the framework and drag the built `Darkly.framework` into your Xcode project.
Expand All @@ -61,7 +61,7 @@ Quick setup

1. Add the SDK to your `Podfile`:

pod 'LaunchDarkly', '2.13.5'
pod 'LaunchDarkly', '2.13.6'

2. Import the LaunchDarkly client:

Expand Down

0 comments on commit 8db3591

Please sign in to comment.