Commit e569c50 1 parent 3a0fa68 commit e569c50 Copy full SHA for e569c50
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "AMWaveTransition"
3
- s . version = "0.6.0 "
3
+ s . version = "0.6.1 "
4
4
s . summary = "Custom transition between viewcontrollers holding tableviews. Each cell is animated to simulate a 'wave effect'."
5
5
s . homepage = "https://github.com/andreamazz/AMWaveTransition"
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
` BubbleTransition ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- - ` 0.6.x ` Releases - [ 0.6.0] ( #060 )
5
+ - ` 0.6.x ` Releases - [ 0.6.0] ( #060 ) | [ 0.6.1 ] ( #061 )
6
6
- ` 0.5.x ` Releases - [ 0.5.7] ( #057 )
7
7
8
8
---
9
9
10
+ ## [ 0.6.1] ( https://github.com/andreamazz/AMWaveTransition/releases/tag/0.6.1 )
11
+
12
+ ###Fixed
13
+ - Minor fixes
14
+ - Improved doc
15
+
10
16
## [ 0.6.0] ( https://github.com/andreamazz/AMWaveTransition/releases/tag/0.6.0 )
11
17
12
18
###Added
You can’t perform that action at this time.
0 commit comments