From 914c1c62859f4145df2adc5599a9152225e8d369 Mon Sep 17 00:00:00 2001 From: Nina Dmitrieva Date: Thu, 27 Apr 2017 15:44:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20podspec?= =?UTF-8?q?=20=D0=B4=D0=BE=200.4?= 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 fc70274..0490634 100644 --- a/RMRPullToRefresh.podspec +++ b/RMRPullToRefresh.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RMRPullToRefresh" - spec.version = "0.3" + spec.version = "0.4" spec.platform = :ios, "8.0" spec.license = { :type => "MIT", :file => "LICENSE" } spec.summary = "A pull to refresh control for UIScrollView (UITableView and UICollectionView)"