File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ at least controversial. Use of geos without dynamic linking is discouraged.
2121
2222## Upstream Version
2323
24- GEOSwift/geos 10.0.0 packages [ libgeos/geos] ( https://github.com/libgeos/geos ) 3.14.0
24+ GEOSwift/geos 10.0.1 packages [ libgeos/geos] ( https://github.com/libgeos/geos ) 3.14.0
2525
2626## Installing with CocoaPods
2727
@@ -36,7 +36,7 @@ GEOSwift/geos 10.0.0 packages [libgeos/geos](https://github.com/libgeos/geos) 3.
3636
37371 . Update the top-level dependencies in your ` Package.swift ` to include:
3838
39- .package(url: "https://github.com/GEOSwift/geos.git", from: "10.0.0 ")
39+ .package(url: "https://github.com/GEOSwift/geos.git", from: "10.0.1 ")
4040
41412 . Update the target dependencies in your ` Package.swift ` to include
4242
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'geos'
3- s . version = '10.0.0 '
3+ s . version = '10.0.1 '
44 s . summary = 'GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).'
55 s . homepage = 'http://trac.osgeo.org/geos'
66 s . license = {
You can’t perform that action at this time.
0 commit comments