Skip to content

Commit

Permalink
bump to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 10, 2024
1 parent 464f211 commit 76e06a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tiles v4.0.1
------
- fix `roads` `kind=ferry`, remove ferry `kind_detail` [#312]

Styles v4.0.0 + Tiles v4.0.0
------
- Remove `medium_road`
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.0";
return "4.0.1";
}

@Override
Expand Down

0 comments on commit 76e06a7

Please sign in to comment.