Updated version in updateNotifier

This commit is contained in:
2025-12-17 16:37:56 -05:00
parent c7f919fe18
commit 7490f269b0
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
], ],
"extraResources": [ "extraResources": [
{ {
"from": "C:\\Users\\user\\AppData\\Local\\ms-playwright\\chromium_headless_shell-1200", "from": "C:\\Users\\synta\\AppData\\Local\\ms-playwright\\chromium_headless_shell-1200",
"to": "playwright/chromium" "to": "playwright/chromium"
}, },
".env" ".env"

View File

@@ -1,6 +1,6 @@
const Gitea_OWNER = "ItsSkaiya"; const Gitea_OWNER = "ItsSkaiya";
const Gitea_REPO = "WaifuBoard"; const Gitea_REPO = "WaifuBoard";
const CURRENT_VERSION = "v2.0.0-rc.0"; const CURRENT_VERSION = "v2.0.0-rc.1";
const UPDATE_CHECK_INTERVAL = 5 * 60 * 1000; const UPDATE_CHECK_INTERVAL = 5 * 60 * 1000;
let currentVersionDisplay; let currentVersionDisplay;