From 570aa7c9913a7a0227f8c46566f1f03339ae32e8 Mon Sep 17 00:00:00 2001 From: Marc Emmanuel Date: Sun, 1 Feb 2026 22:12:41 +0100 Subject: [PATCH] feat: update version to 1.112.0 in versioning.js and biomes-editor.js --- public/versioning.js | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/versioning.js b/public/versioning.js index 8069c818..fc81870d 100644 --- a/public/versioning.js +++ b/public/versioning.js @@ -13,7 +13,7 @@ * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.111.0"; +const VERSION = "1.112.0"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); { diff --git a/src/index.html b/src/index.html index f4b605b2..91d8d750 100644 --- a/src/index.html +++ b/src/index.html @@ -8519,7 +8519,7 @@ - +