From 55bb172d1655e088e1924748c1c953ad9610f5c7 Mon Sep 17 00:00:00 2001 From: Enzo <69877709+FireWall-code@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:26:24 +0200 Subject: [PATCH 1/2] Update FireWall store URL (repo renamed to TidaLuna-Plugins) --- plugins/ui/src/SettingsPage/PluginStoreTab/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ui/src/SettingsPage/PluginStoreTab/index.tsx b/plugins/ui/src/SettingsPage/PluginStoreTab/index.tsx index c456115..0be0686 100644 --- a/plugins/ui/src/SettingsPage/PluginStoreTab/index.tsx +++ b/plugins/ui/src/SettingsPage/PluginStoreTab/index.tsx @@ -39,7 +39,7 @@ addToStores("https://github.com/DevonCasey/tidaluna-plugins/releases/download/la addToStores("https://github.com/SinnerK0N/tidaluna-plugins/releases/download/latest/store.json"); addToStores("https://github.com/squadgazzz/luna-plugins/releases/download/latest/store.json"); addToStores("https://github.com/minseokk7/luna-plugins/releases/download/latest/store.json"); -addToStores("https://github.com/FireWall-code/tidaluna-smtc-shuffle-repeat/releases/download/latest/store.json"); +addToStores("https://github.com/FireWall-code/TidaLuna-Plugins/releases/download/latest/store.json"); export const PluginStoreTab = React.memo(() => { const [_storeUrls, setPluginStores] = useState(obyStore.unwrap(storeUrls)); From ec1b51de45468f884095a125afce897fd310fe5f Mon Sep 17 00:00:00 2001 From: Enzo <69877709+FireWall-code@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:54:12 +0200 Subject: [PATCH 2/2] Bump patch version to 1.14.1-beta --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a470e1..3fc91a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "luna", - "version": "1.14.0-beta", + "version": "1.14.1-beta", "description": "A client mod for the Tidal music app for plugins", "author": { "name": "Inrixia",