From 1e24420fc253413628c3fee63635a3d764935a4f Mon Sep 17 00:00:00 2001 From: Jin Wang Date: Fri, 17 Feb 2017 15:24:13 +1100 Subject: [PATCH] Bumped the version to 0.1.2 --- AnimatedCollectionViewLayout.podspec | 2 +- CHANGELOG.md | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/AnimatedCollectionViewLayout.podspec b/AnimatedCollectionViewLayout.podspec index b209355..613e2ed 100644 --- a/AnimatedCollectionViewLayout.podspec +++ b/AnimatedCollectionViewLayout.podspec @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md index d96dabf..bfc7687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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