Downgrade version to 1.0.2 in manifest.json and versions.json, removing the entry for 1.0.4.

This commit is contained in:
wood chen 2025-01-23 23:45:40 +08:00
parent 38c3c4b2f8
commit 7cab38dc9a
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"id": "publish-to-discourse", "id": "publish-to-discourse",
"name": "Publish to Discourse", "name": "Publish to Discourse",
"version": "1.0.4", "version": "1.0.2",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Publish notes to the Discourse forum.", "description": "Publish notes to the Discourse forum.",
"author": "WoodChen", "author": "WoodChen",

View File

@ -1,6 +1,5 @@
{ {
"1.0.0": "1.0.0", "1.0.0": "1.0.0",
"1.0.1": "0.15.0", "1.0.1": "0.15.0",
"1.0.2": "1.0.2", "1.0.2": "1.0.2"
"1.0.4": "0.15.0"
} }