Skip to content

Commit

Permalink
Polyline v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Nov 9, 2020
1 parent bebce9b commit 131c64c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cartfile
@@ -1,2 +1,2 @@
github "raphaelmor/Polyline" ~> 4.2
github "raphaelmor/Polyline" ~> 5.0

2 changes: 1 addition & 1 deletion Cartfile.resolved
@@ -1,2 +1,2 @@
github "AliSoftware/OHHTTPStubs" "9.0.0"
github "raphaelmor/Polyline" "v4.2.1"
github "raphaelmor/Polyline" "v5.0.2"
2 changes: 1 addition & 1 deletion MapboxStatic.swift.podspec
Expand Up @@ -43,6 +43,6 @@ Pod::Spec.new do |s|
s.module_name = "MapboxStatic"
s.swift_version = "5.0"

s.dependency "Polyline", "~> 4.2"
s.dependency "Polyline", "~> 5.0"

end
4 changes: 2 additions & 2 deletions Package.resolved
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/raphaelmor/Polyline.git",
"state": {
"branch": null,
"revision": "011fbc1b0f27a3398bd0fb7c5e2cf5c62ae82717",
"version": "4.2.1"
"revision": "36f7b1222aaf8fa741d0d179c12e186998d97f42",
"version": "5.0.2"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/raphaelmor/Polyline.git", from: "4.2.1"),
.package(url: "https://github.com/raphaelmor/Polyline.git", from: "5.0.2"),
.package(name: "OHHTTPStubs", url: "https://github.com/AliSoftware/OHHTTPStubs.git", from: "9.0.0"),
],
targets: [
Expand Down

0 comments on commit 131c64c

Please sign in to comment.