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,6 +1,6 @@
{
"name": "adventurelog-frontend",
"version": "0.11.0",
"version": "0.12.0",
"scripts": {
"dev": "vite dev",
"django": "cd .. && cd backend/server && python3 manage.py runserver",