bump version

This commit is contained in:
Holly Stubbs 2024-05-08 01:02:42 +01:00
parent ba0d062512
commit 86269e624b
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
1 changed files with 2 additions and 2 deletions

View File

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