diff --git a/manifest.json b/manifest.json index 638312e..5cec51b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "agent-client", "name": "Agent Client", - "version": "0.6.0-preview.2", + "version": "0.6.0-preview.3", "minAppVersion": "0.15.0", "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 454539b..2c15738 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-agent-client", - "version": "0.6.0-preview.2", + "version": "0.6.0-preview.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-agent-client", - "version": "0.6.0-preview.2", + "version": "0.6.0-preview.3", "license": "Apache-2.0", "dependencies": { "@agentclientprotocol/sdk": "^0.12.0", diff --git a/package.json b/package.json index a5ac807..c177611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-agent-client", - "version": "0.6.0-preview.2", + "version": "0.6.0-preview.3", "description": "Use AI coding agents via the Agent Client Protocol directly inside Obsidian", "main": "main.js", "scripts": {