Updated SMTC version

This commit is contained in:
nutty
2026-07-23 12:00:29 +10:00
parent c691076f4b
commit 6795224fea
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const urlParams = new URLSearchParams(queryString);
// CONSTANTS //
////////////////
const REQUIRED_VERSION = '0.0.1';
const REQUIRED_VERSION = '0.0.2';
const SMTC_BRIDGE_DOWNLOAD_URL = 'https://github.com/nuttylmao/smtc-bridge/releases';
///////////////////