mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
fix(config): correct appVersion string formatting
This commit is contained in:
parent
eef8c92e82
commit
08cd3912c7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
export let appVersion = 'v0.10.0-main-06152025';
|
||||
export let appVersion = 'v0.10.0-main-06182025';
|
||||
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.10.0';
|
||||
export let appTitle = 'AdventureLog';
|
||||
export let copyrightYear = '2023-2025';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue