chore: bump version

This commit is contained in:
Zamitto
2025-09-01 13:54:21 -03:00
parent 2b8cc506df
commit b7199f4d95
3 changed files with 4 additions and 3 deletions

View File

@@ -41,4 +41,4 @@ export const appVersion = app.getVersion() + (isStaging ? "-staging" : "");
export const ASSETS_PATH = path.join(SystemPath.getPath("userData"), "Assets");
export const MAIN_LOOP_INTERVAL = 1500;
export const MAIN_LOOP_INTERVAL = 2000;