Skip to content

Commit

Permalink
version bump to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienwindal committed Jul 17, 2014
1 parent b8daf52 commit 02e36e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FRDLivelyButton.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FRDLivelyButton"
s.version = "1.1.2"
s.version = "1.1.3"
s.summary = "Lively button."
s.description = "Simple UIButton subclass intended to be used inside a UIBarButtonItem. Supports common nav bar button types, nicely animates button type changes and touch events."
s.homepage = "http://github.com/sebastienwindal/FRDLivelyButton"
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -16,7 +16,7 @@ used in navigation bar, and will nicely animate any button type changes and touc

### CocoaPods

`pod 'FRDLivelyButton', '~> 1.1.2'`
`pod 'FRDLivelyButton', '~> 1.1.3'`

### Manual

Expand Down

0 comments on commit 02e36e5

Please sign in to comment.