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", 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));