From e9a8b64de3a588e7c965ec4c37d7ff571ee0b050 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Mon, 1 Jan 2024 16:45:55 +0800 Subject: [PATCH] v1.0.2 --- 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 f4424d3..b0a1c3c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ob2static-site", "name": "Obsidian to Static Site", - "version": "1.0.1", + "version": "1.0.2", "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 5f252b3..188f279 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ob2static-site", - "version": "1.0.1", + "version": "1.0.2", "description": "Export specific notes to general md for static site generation", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a6d5a03..03d60fe 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "1.0.2": "0.15.0" } \ No newline at end of file