Update version to 1.0.2 in manifest.json and add corresponding entry in versions.json

This commit is contained in:
wood chen 2025-01-23 23:33:17 +08:00
parent 65444caad1
commit 0a685b2463
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.1",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "Publish notes to the Discourse forum.",
"author": "WoodChen",

View File

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