set correct version number

This commit is contained in:
Holly Stubbs 2024-04-26 10:39:17 +01:00
parent e41c7a086e
commit f7dc78f5a3
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if (!window.TE_ACTIVE) {
'use strict';
// Make sure to change the userscript version too!!!!!!!!!!
const USERSCRIPT_VERSION_RAW = "20240425.1";
const USERSCRIPT_VERSION_RAW = "20240426.1";
const USERSCRIPT_VERSION = parseInt(USERSCRIPT_VERSION_RAW.replace(".", ""));
if (!continueRunningScript) {