Skip to content

Commit 68acd0b

Browse files
committed
Bump to version 2.0.1
1 parent f8ed329 commit 68acd0b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

BubbleTransition.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BubbleTransition'
3-
s.version = '2.0.0'
3+
s.version = '2.0.1'
44
s.license = 'MIT'
55
s.summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect'
66
s.description = <<-DESC

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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)
5+
- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201)
66
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102) | [1.0.3](#103)
77
- `0.2.x` Releases - [0.2](#02)
88

99
---
1010

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

1317
Updated to Swift 3.0 syntax

0 commit comments

Comments
 (0)