From 54b192dcbe4ee3e008e65eaf6c65d75f6e1fa6e6 Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Tue, 19 Sep 2017 12:16:00 +0200 Subject: [PATCH] Update podspec to 4.0.0 --- Cache.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cache.podspec b/Cache.podspec index fc00b21..b013c1e 100644 --- a/Cache.podspec +++ b/Cache.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Cache" s.summary = "Nothing but cache." - s.version = "3.3.0" + s.version = "4.0.0" s.homepage = "https://github.com/hyperoslo/Cache" s.license = 'MIT' s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }