Bump version

This commit is contained in:
Holly Stubbs 2024-05-02 01:16:50 +01:00
parent f10079b999
commit 418f52ab45
1 changed files with 2 additions and 2 deletions

View File

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