diff --git a/manifest.json b/manifest.json index 6ed51a99..98f67198 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "copilot", "name": "Copilot", - "version": "3.0.1", + "version": "3.0.2", "minAppVersion": "0.15.0", "description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.", "author": "Logan Yang", diff --git a/package-lock.json b/package-lock.json index f5335180..0559c258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-copilot", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-copilot", - "version": "3.0.1", + "version": "3.0.2", "license": "AGPL-3.0", "dependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index d1dc4816..cd65faf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-copilot", - "version": "3.0.1", + "version": "3.0.2", "description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d446bf44..9323ffbd 100644 --- a/versions.json +++ b/versions.json @@ -91,5 +91,6 @@ "2.9.4": "0.15.0", "2.9.5": "0.15.0", "3.0.0": "0.15.0", - "3.0.1": "0.15.0" + "3.0.1": "0.15.0", + "3.0.2": "0.15.0" }