From c7dcbe779b8d3183b4c55d1db635cb2e4eadb6a2 Mon Sep 17 00:00:00 2001 From: wood chen Date: Sat, 12 Jul 2025 01:59:45 +0800 Subject: [PATCH] 1.0.23 --- 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 f228b48..27513ed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "publish-to-discourse", "name": "Publish to Discourse", - "version": "1.0.22", + "version": "1.0.23", "minAppVersion": "0.15.0", "description": "Publish notes to the Discourse forum.", "author": "WoodChen", diff --git a/package-lock.json b/package-lock.json index af818ef..35f4379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-publish-to-discourse", - "version": "1.0.22", + "version": "1.0.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-publish-to-discourse", - "version": "1.0.22", + "version": "1.0.23", "license": "MIT", "dependencies": { "node-forge": "^1.3.1", diff --git a/package.json b/package.json index a133149..acb317f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-publish-to-discourse", - "version": "1.0.22", + "version": "1.0.23", "description": "Post notes to the Discourse forum.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fdb7ded..bd94ae9 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.0.19": "0.15.0", "1.0.20": "0.15.0", "1.0.21": "0.15.0", - "1.0.22": "0.15.0" + "1.0.22": "0.15.0", + "1.0.23": "0.15.0" } \ No newline at end of file