1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 12:45:17 +02:00

chore: Update appVersion to "Web v0.3.0" in config.ts

This commit is contained in:
Sean Morley 2024-06-12 20:08:24 +00:00
parent 71363026b2
commit 819e130133

View file

@ -1,3 +1,3 @@
export let appVersion = "Web v0.2.0"; export let appVersion = "Web v0.3.0";
export let appTitle = "AdventureLog"; export let appTitle = "AdventureLog";
export let copyrightYear = "2024"; export let copyrightYear = "2024";