diff --git a/manifest.json b/manifest.json index a82c6af..e6e6d69 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-vault", "name": "AI-Vault", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "1.7.2", "description": "Chat with GPT and Claude directly inside your notes — RAG from your vault, history, projects and smart modes.", "author": "JamJan05", diff --git a/package-lock.json b/package-lock.json index 97b7f3d..6727b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-vault", - "version": "1.0.2", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-vault", - "version": "1.0.2", + "version": "1.0.5", "license": "MIT", "devDependencies": { "@types/node": "^22.19.18", diff --git a/package.json b/package.json index f9965e1..7ef3956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-vault", - "version": "1.0.4", + "version": "1.0.5", "description": "AI-Vault — chat with GPT & Claude inside Obsidian, powered by your vault", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c8a1760..2b5107d 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "1.4.0", "1.0.2": "1.7.2", - "1.0.4": "1.7.2" + "1.0.4": "1.7.2", + "1.0.5": "1.7.2" }