This commit is contained in:
Holly Stubbs 2025-03-01 22:57:04 +00:00
parent 914e1a8fd9
commit d26b4025ad

View file

@ -1,7 +1,7 @@
// ==UserScript==
// @name MultiProbe
// @namespace https://*.angusnicneven.com/*
// @version 20250301.0
// @version 20250301.1
// @description Probe with friends!
// @author tgpholly
// @match https://*.angusnicneven.com/*
@ -64,7 +64,7 @@ console.log("[MP] MultiProbe init");
'use strict';
// Make sure to change the userscript version too!!!!!!!!!!
const USERSCRIPT_VERSION_RAW = "20250226.0";
const USERSCRIPT_VERSION_RAW = "20250301.1";
const USERSCRIPT_VERSION = parseInt(USERSCRIPT_VERSION_RAW.replace(".", ""));
if (!continueRunningScript) {