chore: bump lite version display

This commit is contained in:
JetSprow
2026-04-30 15:20:44 +10:00
parent 45e2257e68
commit abaec41ae9
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
import packageJson from "../../package.json";
export const PRODUCT_NAME = "J-Board Lite";
export const PRODUCT_BASE_NAME = "J-Board";
export const PRODUCT_EDITION = "Lite";
export const PRODUCT_VERSION = packageJson.version;
export const PRODUCT_REPOSITORY_URL = "https://github.com/JetSprow/J-Board";