fix: #1118 - get lake shoreline if missing

This commit is contained in:
Azgaar 2024-09-01 21:42:34 +02:00
parent d1fcdf20f7
commit 59462a4f15
2 changed files with 9 additions and 3 deletions

View file

@ -12,7 +12,7 @@
*
* Example: 1.102.0 -> Major version 1, Minor version 102, Patch version 0
*/
const VERSION = "1.101.00";
const VERSION = "1.101.01";
{
document.title += " v" + VERSION;