Skip to content

Commit

Permalink
Update to version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
herinkc committed Apr 26, 2016
1 parent 647746a commit 58e979d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HTPressableButton.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 58e979d

Please sign in to comment.