From 418f52ab45ab99048313ad0900f02f14c534bcca Mon Sep 17 00:00:00 2001 From: Holly Stubbs Date: Thu, 2 May 2024 01:16:50 +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 3b69126..2b24ee1 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 20240426.3 +// @version 20240502.1 // @description Probe with friends! // @author tgpholly // @match https://*.angusnicneven.com/* @@ -36,7 +36,7 @@ if (!window.TE_ACTIVE) { 'use strict'; // Make sure to change the userscript version too!!!!!!!!!! - const USERSCRIPT_VERSION_RAW = "20240426.3"; + const USERSCRIPT_VERSION_RAW = "20240502.1"; const USERSCRIPT_VERSION = parseInt(USERSCRIPT_VERSION_RAW.replace(".", "")); if (!continueRunningScript) {