Skip to content

Commit

Permalink
Bump to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Apr 26, 2017
1 parent 1696d5f commit c13b003
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BubbleTransition.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = 'BubbleTransition'
s.version = '2.0.1'
s.version = '2.0.2'
s.license = 'MIT'
s.summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect'
s.summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect'
s.description = <<-DESC
Easy to use custom modal animation that presents the new controller
within a bubble, expanding to cover the whole screen.
Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
All notable changes to this project will be documented in this file.
`BubbleTransition` adheres to [Semantic Versioning](http://semver.org/).

- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201)
- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201) | [2.0.2](#202)
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102) | [1.0.3](#103)
- `0.2.x` Releases - [0.2](#02)
- `0.2.x` Releases - [0.2](#02)

---

## [2.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/2.0.2)

- Merged #36

## [2.0.1](https://github.com/andreamazz/BubbleTransition/releases/tag/2.0.1)

- Merged #33
Expand All @@ -19,7 +23,7 @@ Updated to Swift 3.0 syntax
## [1.0.3](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.3)

- Merged #18
- Merged #19
- Merged #19

## [1.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.2)

Expand Down

0 comments on commit c13b003

Please sign in to comment.