Skip to content

Commit 3acdf05

Browse files
committed
Bump version to 4.0.0
1 parent 4cd4598 commit 3acdf05

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.0.0
2+
3+
* Updates to GEOSwift 10.0.0
4+
* Fixes build error on macCatalyst
5+
* Increases min Swift version to 5.5
6+
* Drops support for Carthage
7+
18
## 3.0.0
29

310
* Updated for Xcode 12

GEOSwiftMapKit.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 = 'GEOSwiftMapKit'
3-
s.version = '3.0.0'
3+
s.version = '4.0.0'
44
s.swift_version = '5.5'
55
s.cocoapods_version = '~> 1.10'
66
s.summary = 'MapKit support for GEOSwift'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ at least controversial. Use of geos without dynamic linking is discouraged.
3030

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

33-
.package(url: "https://github.com/GEOSwift/GEOSwiftMapKit.git", from: "3.0.0")
33+
.package(url: "https://github.com/GEOSwift/GEOSwiftMapKit.git", from: "4.0.0")
3434

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

0 commit comments

Comments
 (0)