Skip to content

Commit

Permalink
Released 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinJin committed Sep 19, 2018
1 parent 8108121 commit 9a59a3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.3.0'
s.version = '0.4.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A UICollectionViewLayout subclass that adds custom
transitions/animations to the UICollectionView'
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ All notable changes to this project will be documented in this file.

### Removed

## 0.4.0

Released on 2018-09-19

### Changed
+ Updated for Xcode 10 with Swift 4.2.

## 0.3.0

Released on 2017-05-12
Expand Down

0 comments on commit 9a59a3c

Please sign in to comment.