This commit is contained in:
Holly Stubbs 2024-05-27 12:59:31 +01:00
parent 6893d27560
commit 8df3041449
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ console.log("[MP] MultiProbe init");
'use strict';
// Make sure to change the userscript version too!!!!!!!!!!
const USERSCRIPT_VERSION_RAW = "20240508.1";
const USERSCRIPT_VERSION_RAW = "20240527.1";
const USERSCRIPT_VERSION = parseInt(USERSCRIPT_VERSION_RAW.replace(".", ""));
if (!continueRunningScript) {