From 67c6e7783389b24a4decdaaf8d1f9eef51268507 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Thu, 21 Jun 2018 11:00:38 +0200 Subject: [PATCH] Bump to version 3.0.3 --- BubbleTransition.podspec | 2 +- CHANGELOG.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/BubbleTransition.podspec b/BubbleTransition.podspec index 9465b36..b75ee92 100644 --- a/BubbleTransition.podspec +++ b/BubbleTransition.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BubbleTransition' - s.version = '3.0.1' + s.version = '3.0.2' 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 85da248..dc37032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ All notable changes to this project will be documented in this file. `BubbleTransition` adheres to [Semantic Versioning](http://semver.org/). -- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) +- `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) - `0.2.x` Releases - [0.2](#02) --- +## [3.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/3.0.2) + +- Merged #44 + ## [3.0.1](https://github.com/andreamazz/BubbleTransition/releases/tag/3.0.1) - Merged #39