From b13b10a68280a2dcb4f801cbd129f1fb4ef6ec86 Mon Sep 17 00:00:00 2001 From: nutty Date: Mon, 10 Aug 2026 20:01:43 +1000 Subject: [PATCH] Updated SMTC Bridge version --- now-playing/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/now-playing/script.js b/now-playing/script.js index 16cf62e..9cc93ed 100644 --- a/now-playing/script.js +++ b/now-playing/script.js @@ -9,7 +9,7 @@ const urlParams = new URLSearchParams(queryString); // CONSTANTS // //////////////// -const REQUIRED_VERSION = '0.0.3'; +const REQUIRED_VERSION = '0.0.4'; const SMTC_BRIDGE_DOWNLOAD_URL = 'https://github.com/nuttylmao/smtc-bridge/releases'; let VersionChecked = false;