diff --git a/manifest.json b/manifest.json index 6997dc0..fea0bcd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-assistant", "name": "AI Assistant", - "version": "0.2.2", + "version": "0.2.3", "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 c9febb0..903b9ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ai-assistant", - "version": "0.2.2", + "version": "0.2.3", "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 cb4afef..999a508 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.2.0": "0.15.0", "0.2.1": "0.15.0", - "0.2.2": "0.15.0" + "0.2.2": "0.15.0", + "0.2.3": "0.15.0" } \ No newline at end of file