This commit is contained in:
afkarxyz
2025-11-23 05:36:11 +07:00
parent 884716069c
commit 355b68c8de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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();