diff --git a/manifest.json b/manifest.json index 02e00f0..544f827 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "publish-to-discourse", "name": "Publish to Discourse", - "version": "1.0.9", + "version": "1.0.10", "minAppVersion": "0.15.0", "description": "Publish notes to the Discourse forum.", "author": "WoodChen", diff --git a/package-lock.json b/package-lock.json index fbcf8e4..6cc48f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-publish-to-discourse", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-publish-to-discourse", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "dependencies": { "yaml": "^2.7.0" diff --git a/package.json b/package.json index 97bbdb2..d06b63b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-publish-to-discourse", - "version": "1.0.9", + "version": "1.0.10", "description": "Post notes to the Discourse forum.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 19ce9ff..5c6c546 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.0.6": "0.15.0", "1.0.7": "0.15.0", "1.0.8": "0.15.0", - "1.0.9": "0.15.0" + "1.0.9": "0.15.0", + "1.0.10": "0.15.0" } \ No newline at end of file