Merge branch 'dev' into feat/update-popup

This commit is contained in:
Fred KISSIE
2025-11-07 01:30:18 +01:00
committed by GitHub
9 changed files with 471 additions and 142 deletions

View File

@@ -2,7 +2,7 @@ import path from "path";
import { fileURLToPath } from "url";
// This is a placeholder value replaced by the build process
export const APP_VERSION = "1.12.0-rc.0";
export const APP_VERSION = "1.12.1";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);