diff --git a/BubbleTransition.podspec b/BubbleTransition.podspec index 58af7f7..9465b36 100644 --- a/BubbleTransition.podspec +++ b/BubbleTransition.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BubbleTransition' - s.version = '3.0.0' + s.version = '3.0.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 a9bf79e..85da248 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.x` Releases - [3.0.0](#300) | [3.0.1](#301) - `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.1](https://github.com/andreamazz/BubbleTransition/releases/tag/3.0.1) + +- Merged #39 + ## [3.0.0](https://github.com/andreamazz/BubbleTransition/releases/tag/3.0.0) - Swift version 4 diff --git a/README.md b/README.md index fda03bd..9497a6c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ github "andreamazz/BubbleTransition" ``` # Setup -Have your viewcontroller conform to `UIViewControllerTransitioningDelegate`. Set the `transitionMode`, the `startingPoint`, the `bubbleColor` and the `duration`. +Have your view controller conform to `UIViewControllerTransitioningDelegate`. Set the `transitionMode`, the `startingPoint`, the `bubbleColor` and the `duration`. ```swift let transition = BubbleTransition()