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
This commit is contained in:
Sean Morley
2026-02-23 09:00:13 -05:00
committed by GitHub
parent bec90fe2a5
commit c6efdaa75b
7 changed files with 154 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
export let appVersion = 'v0.12.0-pre-main-021926';
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.11.0';
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';