From 7cab38dc9ad66da328c81fcafcb5b2f20ec0a729 Mon Sep 17 00:00:00 2001 From: wood chen Date: Thu, 23 Jan 2025 23:45:40 +0800 Subject: [PATCH] Downgrade version to 1.0.2 in manifest.json and versions.json, removing the entry for 1.0.4. --- manifest.json | 2 +- versions.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index a1407df..0f43775 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "publish-to-discourse", "name": "Publish to Discourse", - "version": "1.0.4", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "Publish notes to the Discourse forum.", "author": "WoodChen", diff --git a/versions.json b/versions.json index e07d954..5f09282 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,5 @@ { "1.0.0": "1.0.0", "1.0.1": "0.15.0", - "1.0.2": "1.0.2", - "1.0.4": "0.15.0" + "1.0.2": "1.0.2" } \ No newline at end of file