Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Mar 12, 2017
1 parent 31cc638 commit 1d0d82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Polyline.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit 1d0d82e

Please sign in to comment.