1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 13:15:18 +02:00

Update appVersion to "Web 0.1.5-alpha" in config.ts

This commit is contained in:
Sean Morley 2024-04-13 23:11:09 +00:00
parent 00d9270546
commit 5e1d7ef160

View file

@ -1,3 +1,3 @@
export let appVersion = "Web 0.0.1";
export let appVersion = "Web 0.1.5-alpha";
export let appTitle = "AdventureLog";
export let copyrightYear = "2024"