Merge branch 'dev' into declare

This commit is contained in:
Owen
2025-09-11 21:24:27 -07:00
22 changed files with 486 additions and 113 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.9.0";
export const APP_VERSION = "1.10.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);