diff --git a/manifest.json b/manifest.json index 7c191c3..ea11396 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "agent-client", "name": "Agent Client", - "version": "0.11.0-preview.1", + "version": "0.11.0-preview.2", "minAppVersion": "1.11.4", "description": "Chat with AI agents via the Agent Client Protocol directly from your vault.", "author": "RAIT-09", diff --git a/package-lock.json b/package-lock.json index c0f08c9..412682e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-agent-client", - "version": "0.11.0-preview.1", + "version": "0.11.0-preview.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-agent-client", - "version": "0.11.0-preview.1", + "version": "0.11.0-preview.2", "license": "Apache-2.0", "dependencies": { "@agentclientprotocol/sdk": "^0.14.1", diff --git a/package.json b/package.json index a0d25e6..dc24a4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-agent-client", - "version": "0.11.0-preview.1", + "version": "0.11.0-preview.2", "description": "Use AI coding agents via the Agent Client Protocol directly inside Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..a462a46 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "0.11.0-preview.2": "1.11.4" }