diff --git a/manifest.json b/manifest.json index d4c526b..81e2058 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-assistant", "name": "AI Assistant", - "version": "0.2.5", + "version": "0.3.0", "minAppVersion": "0.15.0", "description": "A plugin for Obsidian that uses OpenAI's API to assist users in their note-taking and writing process", "author": "duocnv", diff --git a/package.json b/package.json index 58cb1fd..68a7228 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ai-assistant", - "version": "0.2.5", + "version": "0.3.0", "description": "Embed any website to Obsidian, from now all, you have anything you need in one place.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ec6f6a7..ab7cce7 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.2.2": "0.15.0", "0.2.3": "0.15.0", "0.2.4": "0.15.0", - "0.2.5": "0.15.0" + "0.2.5": "0.15.0", + "0.3.0": "0.15.0" } \ No newline at end of file