Skip to content

Commit

Permalink
Released 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin Wang committed May 12, 2017
1 parent b797a60 commit 3b9907d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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.2.0'
s.version = '0.3.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A UICollectionViewLayout subclass that adds custom
transitions/animations to the UICollectionView'
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file.
## [Master](https://github.com/KelvinJin/AnimatedCollectionViewLayout)
### Added

### Changed

### Removed

## 0.3.0

Released on 2017-05-12

### Changed
+ Changed the deployment targets of both the library and the demo app to 8.0.
+ Fixed a bunch of Xcode warnings.
### Removed

## 0.2.0

Expand Down

0 comments on commit 3b9907d

Please sign in to comment.