Skip to content

Commit

Permalink
Bump to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Oct 30, 2015
1 parent 3dce492 commit 5ca2f01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
All notable changes to this project will be documented in this file.
`UIView-Shake` adheres to [Semantic Versioning](http://semver.org/).

- `1.1.x` Releases - [1.1.0](#110) | [1.1.1](#111) | [1.1.2](#112)
- `1.1.x` Releases - [1.1.0](#110) | [1.1.1](#111) | [1.1.2](#112) | [1.1.3](#113)
- `1.0.x` Releases - [1.0](#10) | [1.0.1](#101) | [1.0.2](#102)

---

## [1.1.3](https://github.com/andreamazz/UIView-Shake/releases/tag/1.1.3)

### Fixed
- Changed import notation to support Objective-C++ projects. Thanks to [Guillaume Algis](https://github.com/guillaume-algis)

## [1.1.2](https://github.com/andreamazz/UIView-Shake/releases/tag/1.1.2)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion UIView+Shake.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UIView+Shake"
s.version = "1.1.2"
s.version = "1.1.3"
s.summary = "UIView category that adds a shake animation like the password field of the OSX login screen."
s.homepage = "https://github.com/andreamazz/UIView-Shake"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 5ca2f01

Please sign in to comment.