From 20db5f27fb12c3a2726c2355b1476ae7c9c3db42 Mon Sep 17 00:00:00 2001 From: LMinh Date: Sat, 24 Aug 2019 18:47:40 +0700 Subject: [PATCH] RELEASE 1.1.0 --- LMGeocoder.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LMGeocoder.podspec b/LMGeocoder.podspec index 8d1f85a..7787439 100644 --- a/LMGeocoder.podspec +++ b/LMGeocoder.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LMGeocoder' - s.version = '1.1.1' + s.version = '1.1.0' s.summary = 'Simple wrapper for geocoding and reverse geocoding, using both Google Geocoding API and Apple iOS Geocoding Framework.' s.description = <<-DESC Simple wrapper for geocoding and reverse geocoding, written in Objective-C, using both Google Geocoding API and Apple iOS Geocoding Framework.