From 1d0d82e50c242dc1110d814137423de6be716e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Sat, 11 Mar 2017 21:09:38 -0800 Subject: [PATCH] v4.1.1 --- Polyline.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polyline.podspec b/Polyline.podspec index 5c3bb3e..2df9bd7 100644 --- a/Polyline.podspec +++ b/Polyline.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "Polyline" - s.version = "4.1.0" + s.version = "4.1.1" s.summary = "Polyline encoder / decoder in swift" s.description = <<-DESC @@ -71,7 +71,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/raphaelmor/Polyline.git", :tag => "v4.1.0" } + s.source = { :git => "https://github.com/raphaelmor/Polyline.git", :tag => "v#{s.version.to_s}" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #