diff --git a/package.json b/package.json index 29c8fe0f..428c5d96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermes-web-ui", - "version": "0.6.11", + "version": "0.6.12", "description": "Self-hosted AI chat dashboard for Hermes Agent — multi-model web UI with multi-platform integration", "repository": { "type": "git", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 5947916c..0737cb1d 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,6 +1,6 @@ { "name": "hermes-studio", - "version": "0.6.11", + "version": "0.6.12", "description": "Hermes Studio desktop distribution with bundled Python runtime and hermes-agent", "homepage": "https://hermes-studio.ai", "author": { diff --git a/packages/website/public/versions.json b/packages/website/public/versions.json index 3b56ca15..edb0394d 100644 --- a/packages/website/public/versions.json +++ b/packages/website/public/versions.json @@ -5,8 +5,6 @@ "0.16.0" ], "webui": [ - "0.6.10", - "0.6.11", "0.6.12" ] }