diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dd97a..065aab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ All notable changes to this project will be documented in this file. `UIView+draggable` adheres to [Semantic Versioning](http://semver.org/). -- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) +- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102) - `0.6.x` Releases - [0.6](#06) --- +## [1.0.2](https://github.com/andreamazz/UIView-draggable/releases/tag/1.0.2) + +Reverted changes in `1.0.1`. + ## [1.0.1](https://github.com/andreamazz/UIView-draggable/releases/tag/1.0.1) ###Fixed diff --git a/UIView+draggable.podspec b/UIView+draggable.podspec index 9cff9e8..0511928 100644 --- a/UIView+draggable.podspec +++ b/UIView+draggable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UIView+draggable" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "UIView category that adds dragging capabilities" s.homepage = "https://github.com/andreamazz/UIView-draggable" s.license = { :type => 'MIT', :file => 'LICENSE' }