Skip to content

Commit

Permalink
Bump planetiler to v0.8.4 (#365)
Browse files Browse the repository at this point in the history
* Bump planetiler to v0.8.4

* Bump version
  • Loading branch information
wipfli authored Jan 24, 2025
1 parent c0b1257 commit aa26322
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tiles v4.1.0
------
- bump planetiler to 0.8.4-SNAPSHOT, via @wipfli [#365]

Tiles v4.0.4
------
- fix antarctica landcover not extending to bottom with Natural Earth, via @wipfli [#337]
Expand Down
2 changes: 1 addition & 1 deletion tiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<planetiler.version>0.8-SNAPSHOT</planetiler.version>
<planetiler.version>0.8.4-SNAPSHOT</planetiler.version>
<junit.version>5.10.0</junit.version>
<mainClass>com.protomaps.basemap.Basemap</mainClass>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down
2 changes: 1 addition & 1 deletion tiles/src/main/java/com/protomaps/basemap/Basemap.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public String description() {

@Override
public String version() {
return "4.0.4";
return "4.1.0";
}

@Override
Expand Down

0 comments on commit aa26322

Please sign in to comment.