From 7305cfcfd247c66d0c900f5c28393f9d2cd11db4 Mon Sep 17 00:00:00 2001 From: vasilecampeanu Date: Mon, 22 May 2023 01:15:19 +0300 Subject: [PATCH] release: Version bump. --- manifest.json | 2 +- package.json | 2 +- versions.json | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) 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" }