Update version to 1.0.1 in manifest.json and add version entry in versions.json

This commit is contained in:
wood chen 2025-01-09 12:49:33 +08:00
parent 59e287bce9
commit 097f23a67e
2 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -1,3 +1,4 @@
{
"1.0.0": "1.0.0"
"1.0.0": "1.0.0",
"1.0.1": "1.0.1"
}