Skip to content

Commit b7d9efe

Browse files
committed
Bump version number
1 parent 63513b7 commit b7d9efe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ at least controversial. Use of geos without dynamic linking is discouraged.
3434

3535
1. Update your `Cartfile` to include:
3636

37-
github "GEOSwift/geos" ~> 6.0.0
37+
github "GEOSwift/geos" ~> 6.0.2
3838

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

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

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

Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

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 = '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 = {

0 commit comments

Comments
 (0)