Skip to content

Commit b00f791

Browse files
committed
Bump to version 3.1.1
1 parent cc9d650 commit b00f791

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 = '3.1.0'
3+
s.version = '3.1.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,14 +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)
5+
- `3.1.x` Releases - [3.1.0](#310) | [3.1.1](#311)
66
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302)
77
- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201) | [2.0.2](#202)
88
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102) | [1.0.3](#103)
99
- `0.2.x` Releases - [0.2](#02)
1010

1111
---
1212

13+
## [3.1.1](https://github.com/andreamazz/BubbleTransition/releases/tag/3.1.1)
14+
15+
- Merged #48
16+
1317
## [3.1.0](https://github.com/andreamazz/BubbleTransition/releases/tag/3.1.0)
1418

1519
- Added `BubbleInteractiveTransition`

0 commit comments

Comments
 (0)