Updated SMTC Bridge version number v0.0.6 -> v1.0.0

This commit is contained in:
nutty
2026-09-01 16:06:05 +10:00
parent f7b703007f
commit 8cbc4bd19b
2 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const urlParams = new URLSearchParams(queryString);
// CONSTANTS //
////////////////
const REQUIRED_VERSION = '0.0.6';
const REQUIRED_VERSION = '1.0.0';
const SMTC_BRIDGE_DOWNLOAD_URL = 'https://github.com/nuttylmao/smtc-bridge/releases';
let VersionChecked = false;