Skip to content

Commit c13b003

Browse files
committed
Bump to version 2.0.2
1 parent 1696d5f commit c13b003

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

BubbleTransition.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::Spec.new do |s|
22
s.name = 'BubbleTransition'
3-
s.version = '2.0.1'
3+
s.version = '2.0.2'
44
s.license = 'MIT'
5-
s.summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect'
5+
s.summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect'
66
s.description = <<-DESC
77
Easy to use custom modal animation that presents the new controller
88
within a bubble, expanding to cover the whole screen.

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
`BubbleTransition` adheres to [Semantic Versioning](http://semver.org/).
44

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

99
---
1010

11+
## [2.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/2.0.2)
12+
13+
- Merged #36
14+
1115
## [2.0.1](https://github.com/andreamazz/BubbleTransition/releases/tag/2.0.1)
1216

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

2125
- Merged #18
22-
- Merged #19
26+
- Merged #19
2327

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

0 commit comments

Comments
 (0)