From 4f03af82866392eb2610e07d6c6d50824937fb0b Mon Sep 17 00:00:00 2001 From: Olga Vorona Date: Thu, 13 Oct 2016 17:52:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=200.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RMRPullToRefresh.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RMRPullToRefresh.podspec b/RMRPullToRefresh.podspec index b8d2689..45424ff 100644 --- a/RMRPullToRefresh.podspec +++ b/RMRPullToRefresh.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RMRPullToRefresh" - spec.version = "0.1" + spec.version = "0.2" spec.platform = :ios, "8.0" spec.license = { :type => "MIT", :file => "LICENSE" } spec.summary = "A pull to refresh control for UIScrollView (UITableView and UICollectionView)"