From df211defee5db9eb4364df72cf3629d55bbb76b2 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Fri, 5 Jan 2024 02:21:53 +0800 Subject: [PATCH] v1.0.3 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index b0a1c3c..56d26aa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ob2static-site", "name": "Obsidian to Static Site", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "Export specific notes to general md for static site generation", "author": "yy4382", diff --git a/package.json b/package.json index 188f279..89f050d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ob2static-site", - "version": "1.0.2", + "version": "1.0.3", "description": "Export specific notes to general md for static site generation", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 03d60fe..1da423a 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" } \ No newline at end of file