Skip to content

Commit

Permalink
Get release 3.1.3 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLin committed Feb 22, 2017
1 parent c22ddde commit 0100101
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ All notable changes to this project will be documented in this file.
#### API breaking changes
None

#### Enhancements
None

#### Bugfixes
None

### [3.1.3](https://github.com/IBAnimatable/IBAnimatable/releases/tag/3.1.3)

#### API breaking changes
None

#### Enhancements
- New gradient `startPoint`: `.custom(startX, startY, endX, endY)`. [#380](https://github.com/IBAnimatable/IBAnimatable/pull/380)
- Introducing `borderType`, find all the information in the documentation [#389](https://github.com/IBAnimatable/IBAnimatable/pull/380)
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 = "3.1.2"
s.version = "3.1.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/IBAnimatable/IBAnimatable"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 0100101

Please sign in to comment.