diff --git a/README.md b/README.md index 9d7cd98..8d279ea 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Stop copying notes into every chatbot. **Agentage Sync** makes your [Obsidian](h ### Community plugins (recommended) -*Coming soon - pending Obsidian review.* Once listed: **Settings → Community plugins → Browse**, search **Agentage Sync**, then **Install** and **Enable**. +Once it is listed in the directory: **Settings → Community plugins → Browse**, search **Agentage Sync**, then **Install** and **Enable**. ### BRAT (beta) diff --git a/manifest.json b/manifest.json index 76edcfb..1dc275f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "agentage-memory", "name": "Agentage Sync", - "version": "0.2.2", + "version": "0.2.3", "minAppVersion": "1.11.4", - "description": "Let Claude, ChatGPT, Cursor, and any MCP client read and write your Obsidian vault. Two-way Git sync to a private memory, safe merges with flagged conflicts, plain Markdown you own. Up to 100 MB included.", + "description": "Let Claude, ChatGPT, Cursor, and any MCP client read and write your vault. Two-way Git sync to a private memory, safe merges with flagged conflicts, plain Markdown you own. Up to 100 MB included.", "author": "agentage", "authorUrl": "https://agentage.io", "helpUrl": "https://agentage.io/connect", diff --git a/package-lock.json b/package-lock.json index 1835491..035a50e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sync", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sync", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { "diff3": "^0.0.4", diff --git a/package.json b/package.json index 806b6c0..2e2ee27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sync", - "version": "0.2.2", + "version": "0.2.3", "description": "Sync your vault to a private memory that any AI reads and writes over MCP: Claude, ChatGPT, Cursor, and any MCP client share the same Markdown you own.", "private": true, "type": "module", diff --git a/versions.json b/versions.json index 91dc00b..69dd9fc 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.1.6": "1.11.4", "0.2.0": "1.11.4", "0.2.1": "1.11.4", - "0.2.2": "1.11.4" + "0.2.2": "1.11.4", + "0.2.3": "1.11.4" }