From b619eb312a34eb6ae505e240c4a5b9f650384514 Mon Sep 17 00:00:00 2001 From: wood chen Date: Thu, 23 Jan 2025 23:43:33 +0800 Subject: [PATCH] 1.0.4 --- 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 7057879..a1407df 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "publish-to-discourse", "name": "Publish to Discourse", - "version": "1.0.1", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Publish notes to the Discourse forum.", "author": "WoodChen", diff --git a/package-lock.json b/package-lock.json index 2519d26..3cabd73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.1", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.0.1", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index e721a36..cf80d69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-publish-to-discourse", - "version": "1.0.3", + "version": "1.0.4", "description": "Post notes to the Discourse forum.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5f09282..e07d954 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "1.0.0", "1.0.1": "0.15.0", - "1.0.2": "1.0.2" + "1.0.2": "1.0.2", + "1.0.4": "0.15.0" } \ No newline at end of file