Skip to content

Commit 2f79424

Browse files
committed
Bump to version 3.1.0
1 parent fb255f7 commit 2f79424

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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 = '3.0.2'
3+
s.version = '3.1.0'
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
All notable changes to this project will be documented in this file.
33
`BubbleTransition` adheres to [Semantic Versioning](http://semver.org/).
44

5+
- `3.1.x` Releases - [3.1.0](#310)
56
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302)
67
- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201) | [2.0.2](#202)
78
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102) | [1.0.3](#103)
89
- `0.2.x` Releases - [0.2](#02)
910

1011
---
1112

13+
## [3.1.0](https://github.com/andreamazz/BubbleTransition/releases/tag/3.1.0)
14+
15+
- Added `BubbleInteractiveTransition`
16+
1217
## [3.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/3.0.2)
1318

1419
- Merged #44

0 commit comments

Comments
 (0)