Files
voyage/frontend/src/lib/config.ts
Sean Morley c6efdaa75b Version bump for v0.12.0 (#1024)
* Update version to v0.12.0 across documentation, configuration, and Docker files

* Collapse Troubleshooting and Guides sections in documentation config
2026-02-23 09:00:13 -05:00

5 lines
212 B
TypeScript

export let appVersion = 'v0.12.0';
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.12.0';
export let appTitle = 'AdventureLog';
export let copyrightYear = '2023-2026';