set correct version number
This commit is contained in:
parent
e41c7a086e
commit
f7dc78f5a3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (!window.TE_ACTIVE) {
|
|||
'use strict';
|
||||
|
||||
// Make sure to change the userscript version too!!!!!!!!!!
|
||||
const USERSCRIPT_VERSION_RAW = "20240425.1";
|
||||
const USERSCRIPT_VERSION_RAW = "20240426.1";
|
||||
const USERSCRIPT_VERSION = parseInt(USERSCRIPT_VERSION_RAW.replace(".", ""));
|
||||
|
||||
if (!continueRunningScript) {
|
||||
|
|
Loading…
Reference in a new issue