diff --git a/manifest.json b/manifest.json index 8e38139..87b5b64 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-weaver", "name": "Weaver", - "version": "0.4.0", + "version": "0.5.0", "minAppVersion": "1.0.0", "description": "Weaver is a useful Obsidian plugin that integrates ChatGPT/GPT-3 into your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.", "author": "Vasile Câmpeanu", diff --git a/package.json b/package.json index f00ca68..d13dc42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-weaver", - "version": "0.4.0", + "version": "0.5.0", "description": "Weaver is a useful Obsidian plugin that integrates ChatGPT/GPT-3 into your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9b775e2..892af57 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,6 @@ { + "0.3.0": "1.0.0", "0.3.2": "1.0.0", - "0.4.0": "1.0.0" + "0.4.0": "1.0.0", + "0.5.0": "1.0.0" }