Commit aa26322 1 parent c0b1257 commit aa26322 Copy full SHA for aa26322
File tree 3 files changed +6
-2
lines changed
src/main/java/com/protomaps/basemap
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ Tiles v4.1.0
2
+ ------
3
+ - bump planetiler to 0.8.4-SNAPSHOT, via @wipfli [ #365 ]
4
+
1
5
Tiles v4.0.4
2
6
------
3
7
- fix antarctica landcover not extending to bottom with Natural Earth, via @wipfli [ #337 ]
Original file line number Diff line number Diff line change 9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
10
<maven .compiler.source>21</maven .compiler.source>
11
11
<maven .compiler.target>21</maven .compiler.target>
12
- <planetiler .version>0.8-SNAPSHOT</planetiler .version>
12
+ <planetiler .version>0.8.4 -SNAPSHOT</planetiler .version>
13
13
<junit .version>5.10.0</junit .version>
14
14
<mainClass >com.protomaps.basemap.Basemap</mainClass >
15
15
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public String description() {
86
86
87
87
@ Override
88
88
public String version () {
89
- return "4.0.4 " ;
89
+ return "4.1.0 " ;
90
90
}
91
91
92
92
@ Override
You can’t perform that action at this time.
0 commit comments