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" }