refactor: drawPrecipitation

This commit is contained in:
Azgaar 2024-09-04 22:53:14 +02:00
parent b3dc8da683
commit 7d461aa8f1
7 changed files with 18 additions and 14 deletions

View file

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