Bump major version 0.1 -> 0.2, remove Dev/Prod from footer

This commit is contained in:
2025-09-26 12:16:21 -04:00
parent 97d1e1add1
commit dffc8005ee
2 changed files with 2 additions and 3 deletions

View File

@@ -12,6 +12,6 @@ export const API_URL = "https://api.codey.lol";
export const socialLinks = {
};
export const MAJOR_VERSION = "0.1"
export const MAJOR_VERSION = "0.2"
export const RELEASE_FLAG = null;
export const ENVIRONMENT = import.meta.env.DEV ? "Dev" : "Prod";