From 26bc7bc2c3eb74b27ee488cc9f803c451dcef8b2 Mon Sep 17 00:00:00 2001 From: nutty Date: Thu, 27 Aug 2026 11:30:34 +1000 Subject: [PATCH] Updated SMTC Bridge version v0.0.4 -> v0.0.6 --- 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 f910ced..ece5b44 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.4'; +const REQUIRED_VERSION = '0.0.6'; const SMTC_BRIDGE_DOWNLOAD_URL = 'https://github.com/nuttylmao/smtc-bridge/releases'; let VersionChecked = false;