Skip to content

Commit

Permalink
Get Release 2.3 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLin committed Jun 6, 2016
1 parent 0921e0d commit b332423
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
## Versions
### Next

#### API breaking changes
None

#### Enhancements
None

#### Bugfixes
None

### [2.3](https://github.com/JakeLin/IBAnimatable/releases/tag/2.3)
#### API breaking changes

- Change `PanFromLeft`, `PanFromRight`, `PanFromTop`, `PanFromBottom`, `PanHorizontally` and `PanVertically` to `Pan(Left)`, `Pan(Right)`, `Pan(Top)`, `Pan(Bottom)`, `Pan(Horizontal)` and `Pan(Vertical)` for `Pan` gesture transition controller. [#125](https://github.com/JakeLin/IBAnimatable/issues/125)
Expand Down
2 changes: 1 addition & 1 deletion IBAnimatable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "IBAnimatable"
s.version = "2.2"
s.version = "2.3"
s.summary = "Design and prototype UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable."
s.homepage = "https://github.com/JakeLin/IBAnimatable"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Add `pod 'IBAnimatable'` to your Podfile.

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

Add `github "JakeLin/IBAnimatable" ~> 2.2` to your Cartfile.
Add `github "JakeLin/IBAnimatable" ~> 2.3` to your Cartfile.

Please Notice, there is [a limitation of a built framework for `@IBDesignable` and `@IBInspectable`](https://github.com/Carthage/Carthage/issues/335), that will impact on `IBAnimatable` when you use Carthage.

Expand Down

0 comments on commit b332423

Please sign in to comment.