chore: update version to 1.112.1 in versioning.js and resample.js script reference

This commit is contained in:
Marc Emmanuel 2026-02-02 15:01:25 +01:00
parent 5ef3b91589
commit 1fad28a913
2 changed files with 2 additions and 2 deletions

View file

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