From 68016b646f480192335ce4762b5c670b12cfae9e Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Mon, 21 Mar 2016 11:12:00 +0100 Subject: [PATCH] Bump to version 1.0.3 --- BubbleTransition.podspec | 2 +- CHANGELOG.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/BubbleTransition.podspec b/BubbleTransition.podspec index c1fc4c5..eeb8ea9 100644 --- a/BubbleTransition.podspec +++ b/BubbleTransition.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BubbleTransition' - s.version = '1.0.2' + s.version = '1.0.3' 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 83948d7..3f6d806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,20 @@ All notable changes to this project will be documented in this file. `BubbleTransition` adheres to [Semantic Versioning](http://semver.org/). -- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102) +- `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) --- -## [1.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.2) +## [1.0.3](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.3) - Merged #18 - Merged #19 +## [1.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.2) + +- Add Carthage support + ## [1.0.1](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.1) Improved documentation. Minor refactoring.