Skip to content

Commit

Permalink
Bump to version 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Sep 21, 2016
1 parent ea1f2a4 commit c895aac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Polyline.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Pod::Spec.new do |s|
#

s.name = "Polyline"
s.version = "3.3.1"
s.version = "4.0.0"
s.summary = "Polyline encoder / decoder in swift"

s.description = <<-DESC
A Google Polyline encoder / decoder in swift
* Encodes Polyline from [CLLocation] or from [CLLocationCoordinate2D]
* Decodes Polyline to [CLLocation] or to [CLLocationCoordinate2D]
* Encodes/Decodes associated levels
* Encodes/Decodes associated levels
DESC

s.homepage = "https://github.com/raphaelmor/Polyline"
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 => "v3.3.1" }
s.source = { :git => "https://github.com/raphaelmor/Polyline.git", :tag => "v4.0.0" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit c895aac

Please sign in to comment.