Skip to content

Commit e569c50

Browse files
committed
Bump to version 0.6.1
1 parent 3a0fa68 commit e569c50

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

AMWaveTransition.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AMWaveTransition"
3-
s.version = "0.6.0"
3+
s.version = "0.6.1"
44
s.summary = "Custom transition between viewcontrollers holding tableviews. Each cell is animated to simulate a 'wave effect'."
55
s.homepage = "https://github.com/andreamazz/AMWaveTransition"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
All notable changes to this project will be documented in this file.
33
`BubbleTransition` adheres to [Semantic Versioning](http://semver.org/).
44

5-
- `0.6.x` Releases - [0.6.0](#060)
5+
- `0.6.x` Releases - [0.6.0](#060) | [0.6.1](#061)
66
- `0.5.x` Releases - [0.5.7](#057)
77

88
---
99

10+
## [0.6.1](https://github.com/andreamazz/AMWaveTransition/releases/tag/0.6.1)
11+
12+
###Fixed
13+
- Minor fixes
14+
- Improved doc
15+
1016
## [0.6.0](https://github.com/andreamazz/AMWaveTransition/releases/tag/0.6.0)
1117

1218
###Added

0 commit comments

Comments
 (0)