diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a5896f0..60eafdf 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -40,7 +40,7 @@ function App() { const [hasUpdate, setHasUpdate] = useState(false); const ITEMS_PER_PAGE = 50; - const CURRENT_VERSION = "5.7"; + const CURRENT_VERSION = "5.8"; const download = useDownload(); const metadata = useMetadata(); diff --git a/wails.json b/wails.json index 5866c9f..319804b 100644 --- a/wails.json +++ b/wails.json @@ -11,7 +11,7 @@ }, "info": { "productName": "SpotiFLAC", - "productVersion": "5.7" + "productVersion": "5.8" }, "wailsjsdir": "./frontend", "assetdir": "./frontend/dist",