Skip to content

Commit

Permalink
Bump to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Nov 11, 2015
1 parent 85ba3b4 commit 857fbea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion UIView+draggable.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down

0 comments on commit 857fbea

Please sign in to comment.