Align package versions with docs: 1.0.0 -> 0.8.1
Build and Push Docker Image / build (push) Successful in 32s

The docs/roadmap use the 0.8.x scheme; package.json was scaffold-default 1.0.0.
The startup banner reads its version from package.json, so it now reports 0.8.1.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Jason Stedwell
2026-07-06 15:45:02 -05:00
parent a06ddf0435
commit 9f446d7b01
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "breedr-client",
"version": "1.0.0",
"version": "0.8.1",
"private": true,
"type": "module",
"scripts": {