File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ at least controversial. Use of geos without dynamic linking is discouraged.
3434
35351 . Update your ` Cartfile ` to include:
3636
37- github "GEOSwift/geos" ~> 6.0.0
37+ github "GEOSwift/geos" ~> 6.0.2
3838
39392 . Finish updating your project by following the [ typical Carthage
4040workflow] ( https://github.com/Carthage/Carthage#quick-start ) .
@@ -43,7 +43,7 @@ workflow](https://github.com/Carthage/Carthage#quick-start).
4343
44441 . Update the top-level dependencies in your ` Package.swift ` to include:
4545
46- .package(url: "https://github.com/GEOSwift/geos.git", from: "6.0.0 ")
46+ .package(url: "https://github.com/GEOSwift/geos.git", from: "6.0.2 ")
4747
48482 . Update the target dependencies in your ` Package.swift ` to include
4949
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >6.0.1 </string >
18+ <string >6.0.2 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'geos'
3- s . version = '6.0.1 '
3+ s . version = '6.0.2 '
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