Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
Replaced v5.0.4 with v5.1.0, since increasing the minimum deployment target is a bigger deal than what normally goes into patch releases.
  • Loading branch information
1ec5 committed Sep 13, 2022
1 parent 675f807 commit 353f803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 = "5.0.4"
s.version = "5.1.0"
s.summary = "Polyline encoder / decoder in swift"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/Polyline/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.4</string>
<string>5.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/PolylineTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.4</string>
<string>5.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 353f803

Please sign in to comment.