Temperature parameters can be customized (#1162)

* Temperature parameters can be customized

* fix typo

* update to 1.105.22

* Update index.html
This commit is contained in:
Dyxang 2024-11-07 21:23:38 +08:00 committed by sofronaspe
parent 7a75c57fb4
commit f123f7b119
4 changed files with 26 additions and 8 deletions

View file

@ -13,7 +13,7 @@
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
const VERSION = "1.105.21";
const VERSION = "1.105.22";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{