From 86269e624befe5ce1f727b56dfe48ab0f7e13937 Mon Sep 17 00:00:00 2001 From: Holly Date: Wed, 8 May 2024 01:02:42 +0100 Subject: [PATCH] bump version --- client/Terminal-00-Multiuser.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Terminal-00-Multiuser.user.js b/client/Terminal-00-Multiuser.user.js index d3e49df..452bd03 100644 --- a/client/Terminal-00-Multiuser.user.js +++ b/client/Terminal-00-Multiuser.user.js @@ -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) {