Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Bump version in README.md to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Jan 21, 2019
1 parent b454ede commit 1a4ad10
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 @@ -34,7 +34,7 @@ platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
pod 'SwiftGifOrigin', '~> 1.6.1'
pod 'SwiftGifOrigin', '~> 1.7.0'
end
```

Expand All @@ -53,7 +53,7 @@ brew install carthage
Add the following line to your `Cartfile` to add SwiftGif:

```ogdl
github "bahlo/SwiftGif" ~> 1.6.1
github "bahlo/SwiftGif" ~> 1.7.0
```

Run `carthage update` to build the framework and drag the built
Expand Down

0 comments on commit 1a4ad10

Please sign in to comment.