From 097f23a67ecfd0c1b5601919b5f38a37f72e23ad Mon Sep 17 00:00:00 2001 From: wood chen Date: Thu, 9 Jan 2025 12:49:33 +0800 Subject: [PATCH] Update version to 1.0.1 in manifest.json and add version entry in versions.json --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index de8281a..35ddc6b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "publish-to-discourse", "name": "Publish to Discourse", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Publish notes to the Discourse forum.", "author": "WoodChen", diff --git a/versions.json b/versions.json index 0ff7302..c3986cb 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "1.0.0" + "1.0.0": "1.0.0", + "1.0.1": "1.0.1" }