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",