From 773aab12e05ddb9ae9a0f4aa554d359392b29343 Mon Sep 17 00:00:00 2001 From: Tom Taylor Date: Wed, 21 Sep 2016 17:40:29 +0100 Subject: [PATCH] Bump to version 3.3.1. --- Polyline.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polyline.podspec b/Polyline.podspec index 2452d29..483fef9 100644 --- a/Polyline.podspec +++ b/Polyline.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "Polyline" - s.version = "3.3.0" + s.version = "3.3.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 => "v3.3.0" } + s.source = { :git => "https://github.com/raphaelmor/Polyline.git", :tag => "v3.3.1" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #