From 8f31ae8f964f1f535ca6107e837c1d12c7a42073 Mon Sep 17 00:00:00 2001 From: wood chen Date: Mon, 3 Feb 2025 23:07:37 +0800 Subject: [PATCH] 1.0.6 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 1763a05..c77a8b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "publish-to-discourse", "name": "Publish to Discourse", - "version": "1.0.5", + "version": "1.0.6", "minAppVersion": "0.15.0", "description": "Publish notes to the Discourse forum.", "author": "WoodChen", diff --git a/package-lock.json b/package-lock.json index c20813d..0ddcc76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-publish-to-discourse", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-publish-to-discourse", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "yaml": "^2.7.0" diff --git a/package.json b/package.json index 7f07267..f8dc6ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-publish-to-discourse", - "version": "1.0.5", + "version": "1.0.6", "description": "Post notes to the Discourse forum.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 547d656..b988193 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "1.0.2", "1.0.3": "0.15.0", "1.0.4": "0.15.0", - "1.0.5": "0.15.0" + "1.0.5": "0.15.0", + "1.0.6": "0.15.0" } \ No newline at end of file