Skip to content

Commit 5cea67c

Browse files
committed
Version bump
1 parent f269ce1 commit 5cea67c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3737
1. 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

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

geos.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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 = {

0 commit comments

Comments
 (0)