From 1e10f2aadf0075a20afea3da7312fc8283f47720 Mon Sep 17 00:00:00 2001 From: RAIT-09 <51452399+RAIT-09@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:31:48 +0900 Subject: [PATCH] Update version to 0.6.0-preview.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 050dbae..84e93eb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "agent-client", "name": "Agent Client", - "version": "0.5.2", + "version": "0.6.0-preview.1", "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 1f417f1..e2246c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-agent-client", - "version": "0.5.2", + "version": "0.6.0-preview.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-agent-client", - "version": "0.5.2", + "version": "0.6.0-preview.1", "license": "Apache-2.0", "dependencies": { "@agentclientprotocol/sdk": "^0.12.0", diff --git a/package.json b/package.json index 3ec0267..33e6def 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-agent-client", - "version": "0.5.2", + "version": "0.6.0-preview.1", "description": "Use AI coding agents via the Agent Client Protocol directly inside Obsidian", "main": "main.js", "scripts": {