From 1d520c6370ac2180dd5289fda5d1df0e81099ed3 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Mon, 21 Oct 2024 17:49:58 -0700 Subject: [PATCH] v2.0.1 --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index c3878f2..0f38238 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "ob2static-site", "name": "Static Site MD Exporter", - "version": "2.0.0", + "version": "2.0.1", "minAppVersion": "0.15.0", "description": "Export specific notes to general md for static site generator like Hugo, Hexo, Astro and more.", "author": "Yunfi", diff --git a/manifest.json b/manifest.json index c3878f2..0f38238 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ob2static-site", "name": "Static Site MD Exporter", - "version": "2.0.0", + "version": "2.0.1", "minAppVersion": "0.15.0", "description": "Export specific notes to general md for static site generator like Hugo, Hexo, Astro and more.", "author": "Yunfi", diff --git a/package.json b/package.json index ece7ccc..a1f9c49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ob2static-site", - "version": "2.0.0", + "version": "2.0.1", "description": "Export specific notes to general md for static site generation", "main": "main.js", "type": "module",