Skip to content

Commit

Permalink
Update the version number to 1.2 for CocoaPods and Carthage in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLin committed Feb 16, 2016
1 parent 77c2ce1 commit de4fe5d
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 @@ -127,11 +127,11 @@ Add `.Package(url: "https://github.com/JakeLin/IBanimatable.git", majorVersion:

### [CocoaPods](https://cocoapods.org)

Add `pod 'IBAnimatable'` to your Podfile.
Add `pod 'IBAnimatable', '~> 1.2'` to your Podfile.

### [Carthage](https://github.com/Carthage/Carthage)

Add `github "JakeLin/IBAnimatable" ~> 1.1` to your Cartfile.
Add `github "JakeLin/IBAnimatable" ~> 1.2` to your Cartfile.

## APIs

Expand Down

0 comments on commit de4fe5d

Please sign in to comment.