make product update text a more readable

This commit is contained in:
miloschwartz
2025-12-06 21:31:12 -05:00
parent b329dbb585
commit 8df3fa0ac0
3 changed files with 35 additions and 33 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.3";
export const APP_VERSION = "1.13.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);