diff --git a/manifest.json b/manifest.json index 0656dd7..a96ec39 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "agentage-memory", "name": "Agentage Sync", - "version": "0.3.0", + "version": "0.3.1", "minAppVersion": "1.11.4", "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", diff --git a/package-lock.json b/package-lock.json index 81f47d0..2f6ab2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sync", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sync", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "diff3": "^0.0.4", diff --git a/package.json b/package.json index 35d58d3..9a9f9cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sync", - "version": "0.3.0", + "version": "0.3.1", "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 85950cd..6187b46 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.2.1": "1.11.4", "0.2.2": "1.11.4", "0.2.3": "1.11.4", - "0.3.0": "1.11.4" + "0.3.0": "1.11.4", + "0.3.1": "1.11.4" }