Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keithito committed Apr 21, 2016
1 parent aa01257 commit 7eb9a9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.1.2](https://github.com/keithito/SimpleAnimation/releases/tag/0.1.2)
*2016-04-20*

- [#6](https://github.com/keithito/SimpleAnimation/pull/6): Add documentation


## [0.1.1](https://github.com/keithito/SimpleAnimation/releases/tag/0.1.1)
*2016-04-19*

Expand Down
2 changes: 1 addition & 1 deletion SimpleAnimation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SimpleAnimation"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "A UIView extension that makes adding basic animations, like fades and bounces, simple."
s.homepage = "https://github.com/keithito/SimpleAnimation"
s.license = 'MIT'
Expand Down

0 comments on commit 7eb9a9a

Please sign in to comment.