Skip to content

Commit 04fe41a

Browse files
committed
tiles 3.5.0, changelog
1 parent 8955dcd commit 04fe41a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Tiles v3.5.0
2+
------
3+
- Add Daylight Landcover from zooms 0-7. [#154]
4+
15
Tiles v3.4.1
26
------
37
- Improve boundaries generalization [#200]

tiles/src/main/java/com/protomaps/basemap/Basemap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public String description() {
9696

9797
@Override
9898
public String version() {
99-
return "3.4.1";
99+
return "3.5.0";
100100
}
101101

102102
@Override

0 commit comments

Comments
 (0)