From 04099e237de37a129925b9a41c01dbaa64542e3a Mon Sep 17 00:00:00 2001 From: merlos Date: Sun, 27 Sep 2020 19:56:15 -0400 Subject: [PATCH] bump version to 0.8.0 --- MapCache.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapCache.podspec b/MapCache.podspec index a83c1a2..7e45f59 100644 --- a/MapCache.podspec +++ b/MapCache.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.name = 'MapCache' - s.version = '0.7.0' + s.version = '0.8.0' s.summary = 'Map caching for iOS. Support offline maps in your app.' s.description = <<-DESC Cache for iOS applications for supporting offline tile maps. Downloads and keeps tiles in disk as user browses the map. Also, it can download a complete area at all different zoom levels for a complete offline experience (beta).