From cfaa4eeeb939b4ce9cfd34385c6b4e540a3476f3 Mon Sep 17 00:00:00 2001 From: Alexey Belkevich Date: Mon, 31 Mar 2014 12:12:42 +0300 Subject: [PATCH] Updated podspec version to 0.1.0 --- APSmartStorage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APSmartStorage.podspec b/APSmartStorage.podspec index 3959137..61eb557 100644 --- a/APSmartStorage.podspec +++ b/APSmartStorage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "APSmartStorage" - s.version = "0.0.7" + s.version = "0.1.0" s.summary = "A smart storage for network resources by @Alterplay folks. It automatically caches data on disk or in memory. #iosdev" s.homepage = "https://github.com/Alterplay/APSmartStorage" s.license = { :type => 'MIT', :file => 'LICENSE.txt' }