From d2cf3306f64fbba700b711767e89498de74eb9c7 Mon Sep 17 00:00:00 2001 From: Looping Date: Tue, 10 Mar 2015 22:53:43 +0800 Subject: [PATCH] v0.1.1 --- RCPageControl.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RCPageControl.podspec b/RCPageControl.podspec index 526a52d..9aab507 100644 --- a/RCPageControl.podspec +++ b/RCPageControl.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RCPageControl" - s.version = "0.1" + s.version = "0.1.1" s.summary = "Yet another page control for iOS, with awesome animation powered by facebook pop library." s.homepage = "https://github.com/RidgeCorn/RCPageControl" s.license = { :type => "MIT", :file => "LICENSE" }