From c64959e8e30585531556d0cc0b26407d88781fa8 Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Wed, 13 Jun 2018 14:47:18 +0200 Subject: [PATCH] Bump to 5.0.0 --- Cache.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cache.podspec b/Cache.podspec index 8c0c6710..bc68d3c7 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 = "4.2.0" + s.version = "5.0.0" s.homepage = "https://github.com/hyperoslo/Cache" s.license = 'MIT' s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }