From edc6b47c120e31ca22fc515b153b0a810eb877e4 Mon Sep 17 00:00:00 2001 From: wood chen Date: Thu, 23 Jan 2025 23:40:45 +0800 Subject: [PATCH] 1.0.1 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 8 ++++++-- versions.json | 4 ++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 2cd5aec..7057879 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "publish-to-discourse", "name": "Publish to Discourse", - "version": "1.0.2", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Publish notes to the Discourse forum.", "author": "WoodChen", "authorUrl": "https://woodchen.ink", "fundingUrl": "https://buymeacoffee.com/woodchen", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 004e897..2519d26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index b37bbb1..49a9f7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-publish-to-discourse", - "version": "1.0.0", + "version": "1.0.1", "description": "Post notes to the Discourse forum.", "main": "main.js", "scripts": { @@ -8,7 +8,11 @@ "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json" }, - "keywords": ["discourse", "publish", "post"], + "keywords": [ + "discourse", + "publish", + "post" + ], "author": "woodchen", "license": "MIT", "devDependencies": { diff --git a/versions.json b/versions.json index 5f37e69..5f09282 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { "1.0.0": "1.0.0", - "1.0.1": "1.0.1", + "1.0.1": "0.15.0", "1.0.2": "1.0.2" -} +} \ No newline at end of file