diff --git a/manifest.json b/manifest.json index 27513ed..797b5cb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "publish-to-discourse", "name": "Publish to Discourse", - "version": "1.0.23", + "version": "1.0.24", "minAppVersion": "0.15.0", "description": "Publish notes to the Discourse forum.", "author": "WoodChen", diff --git a/package-lock.json b/package-lock.json index 35f4379..18ce13c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-publish-to-discourse", - "version": "1.0.23", + "version": "1.0.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-publish-to-discourse", - "version": "1.0.23", + "version": "1.0.24", "license": "MIT", "dependencies": { "node-forge": "^1.3.1", diff --git a/package.json b/package.json index acb317f..d258816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-publish-to-discourse", - "version": "1.0.23", + "version": "1.0.24", "description": "Post notes to the Discourse forum.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bd94ae9..66420a8 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "1.0.20": "0.15.0", "1.0.21": "0.15.0", "1.0.22": "0.15.0", - "1.0.23": "0.15.0" + "1.0.23": "0.15.0", + "1.0.24": "0.15.0" } \ No newline at end of file