From a78a7cddfb09eacd03cb8daea19a5359038a74a9 Mon Sep 17 00:00:00 2001 From: ckt1031 <65409152+ckt1031@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:01:21 +0800 Subject: [PATCH] Update version numbers in manifest and package.json --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 15c2f03..64c0627 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "isDesktopOnly": false, "minAppVersion": "1.0.0", "name": "WordWise", - "version": "0.4.2" + "version": "0.4.3" } diff --git a/package.json b/package.json index 129ad22..21f6cf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-wordwise-plugin", - "version": "0.4.2", + "version": "0.4.3", "private": true, "description": "Obsidian plugin for AI content generation akin to Notion AI.", "license": "MIT", diff --git a/versions.json b/versions.json index a2ef92a..b58f58a 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.3.0": "1.0.0", "0.4.0": "1.0.0", "0.4.1": "1.0.0", - "0.4.2": "1.0.0" + "0.4.2": "1.0.0", + "0.4.3": "1.0.0" }