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

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