Skip to content

Commit 2e6b29e

Browse files
committed
Bump version
1 parent 1384e11 commit 2e6b29e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PullToRefresher.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PullToRefresher"
4-
s.version = "1.3.2"
4+
s.version = "1.4.0"
55
s.summary = "This component implements pure pull-to-refresh logic and you can use it for developing your own pull-to-refresh animations"
66

77
s.homepage = "http://yalantis.com/blog/how-we-built-customizable-pull-to-refresh-pull-to-cook-soup-animation/"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This component implements pure pull-to-refresh logic and you can use it for deve
1313

1414
```ruby
1515
use_frameworks!
16-
pod 'PullToRefresher', '~> 1.0'
16+
pod 'PullToRefresher', '~> 1.4.0'
1717
```
1818

1919
##Usage

0 commit comments

Comments
 (0)