* Update version to v0.12.0 across documentation, configuration, and Docker files * Collapse Troubleshooting and Guides sections in documentation config
5 lines
212 B
TypeScript
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';
|