From f93aba401b024b0a544a7a3c5f633b446d32fd66 Mon Sep 17 00:00:00 2001 From: Snow Lee Date: Wed, 15 Jul 2026 16:33:01 -0700 Subject: [PATCH] chore(plugin): bump plugin version to 0.2.0 Co-Authored-By: Claude Fable 5 --- plugin/.claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 0bd460c..4a3a4dd 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "beardrive", "displayName": "BearDrive", "description": "BearDrive — the open-source Google Drive for AI agents: mount folders that stay in sync across devices and teammates through a self-hostable BearDrive hub (backed by S3/GCS/any object store), with turn-boundary sync, per-change attribution, and full change history. CLI: bdrive.", - "version": "0.1.0", + "version": "0.2.0", "author": { "name": "runbear", "url": "https://github.com/runbear-io"