From b00f79141bea0776c8ac7f65c2d264e8f1aef5c6 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Wed, 22 Aug 2018 17:07:25 +0200 Subject: [PATCH] Bump to version 3.1.1 --- BubbleTransition.podspec | 2 +- CHANGELOG.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/BubbleTransition.podspec b/BubbleTransition.podspec index 0d996aa..c967419 100644 --- a/BubbleTransition.podspec +++ b/BubbleTransition.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BubbleTransition' - s.version = '3.1.0' + s.version = '3.1.1' s.license = 'MIT' s.summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect' s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index 772ee42..22929a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. `BubbleTransition` adheres to [Semantic Versioning](http://semver.org/). -- `3.1.x` Releases - [3.1.0](#310) +- `3.1.x` Releases - [3.1.0](#310) | [3.1.1](#311) - `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302) - `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) @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file. --- +## [3.1.1](https://github.com/andreamazz/BubbleTransition/releases/tag/3.1.1) + +- Merged #48 + ## [3.1.0](https://github.com/andreamazz/BubbleTransition/releases/tag/3.1.0) - Added `BubbleInteractiveTransition`