From 58e979df28090d6d856a4e192b5c30710a960450 Mon Sep 17 00:00:00 2001 From: He Rin Kim Date: Tue, 26 Apr 2016 16:44:37 +0700 Subject: [PATCH] Update to version 1.3.3 --- HTPressableButton.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HTPressableButton.podspec b/HTPressableButton.podspec index 438d0d1..58755dc 100644 --- a/HTPressableButton.podspec +++ b/HTPressableButton.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "HTPressableButton" - s.version = "1.3.2" + s.version = "1.3.3" s.summary = "Pressable button with ease of use for iOS developers." s.homepage = "http://github.com/herinkc/HTPressableButton" s.license = { :type => "MIT", :file => "LICENSE" } diff --git a/README.md b/README.md index e5fe31d..82aab29 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ HTPressableButton is designed for iOS developers to be able to spend time develo **Compatible with:** iOS 6.0 and above -**Current Version:** 1.3.2 +**Current Version:** 1.3.3 You can check out our documentation [here](http://cocoadocs.org/docsets/HTPressableButton/1.3.0/). Installation ------------------- -HTPressableButton can be installed via [Cocoapods](http://cocoapods.org/) +HTPressableButton can be installed via [CocoaPods](http://cocoapods.org/) ```ruby pod 'HTPressableButton'