Skip to content

Commit

Permalink
Bumped the version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinJin committed Feb 17, 2017
1 parent edfc54c commit 1e24420
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AnimatedCollectionViewLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AnimatedCollectionViewLayout'
s.version = '0.1.1'
s.version = '0.1.2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A UICollectionViewLayout subclass that adds custom
transitions/animations to the UICollectionView'
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ All notable changes to this project will be documented in this file.

### Changed

+ Fixed the issue that Cocoapods failed to include the `Animators` folder #2.

### Removed

## 0.1.2

Released on 2017-02-17

### Changed

+ Fixed the issue that Cocoapods failed to include the `Animators` folder #2.

## 0.1.1
Released on 2017-02-09

Expand Down

0 comments on commit 1e24420

Please sign in to comment.