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

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) {