From 5ca2f01859ecaea27dd5dc979ab57c5e132a0849 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Fri, 30 Oct 2015 11:16:16 +0100 Subject: [PATCH] Bump to version 1.1.3 --- CHANGELOG.md | 7 ++++++- UIView+Shake.podspec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df952b..839f416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/UIView+Shake.podspec b/UIView+Shake.podspec index ba32777..af0f0bf 100644 --- a/UIView+Shake.podspec +++ b/UIView+Shake.podspec @@ -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' }