From b12760781122d64b0f2e8d6d374353a11f51ed78 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 23 Sep 2024 12:35:16 +0200 Subject: [PATCH] chore: supporters update --- modules/dynamic/supporters.js | 3 ++- versioning.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/dynamic/supporters.js b/modules/dynamic/supporters.js index d6f9019a..3ca64da0 100644 --- a/modules/dynamic/supporters.js +++ b/modules/dynamic/supporters.js @@ -582,4 +582,5 @@ Marmalade_MacGuffin James Benware FortunesFaded breadsticks -Murderbits`; +Murderbits +Ben Jones`; diff --git a/versioning.js b/versioning.js index d45d29a1..85a1f8bb 100644 --- a/versioning.js +++ b/versioning.js @@ -12,7 +12,7 @@ * * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.105.2"; +const VERSION = "1.105.3"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {