From 355b68c8de188d304b13adf794dc2d0fb3b05576 Mon Sep 17 00:00:00 2001 From: afkarxyz Date: Sun, 23 Nov 2025 05:36:11 +0700 Subject: [PATCH] v5.8 --- frontend/src/App.tsx | 2 +- wails.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",