Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
macdrevx committed Mar 19, 2020
1 parent 083e366 commit 9bd66b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ at least controversial. Use of geos without dynamic linking is discouraged.

1. Update your `Cartfile` to include:

github "GEOSwift/geos" ~> 4.1.0
github "GEOSwift/geos" ~> 5.0.0

2. Finish updating your project by following the [typical Carthage
workflow](https://github.com/Carthage/Carthage#quick-start).
Expand All @@ -43,7 +43,7 @@ workflow](https://github.com/Carthage/Carthage#quick-start).

1. Update the top-level dependencies in your `Package.swift` to include:

.package(url: "https://github.com/GEOSwift/geos.git", from: "4.1.0")
.package(url: "https://github.com/GEOSwift/geos.git", from: "5.0.0")

2. Update the target dependencies in your `Package.swift` to include

Expand Down

0 comments on commit 9bd66b7

Please sign in to comment.