diff --git a/manifest-beta.json b/manifest-beta.json index e13d41c..dd88e51 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "ob2static-site", "name": "Static Site MD Exporter", - "version": "2.0.3", + "version": "2.1.0", "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 e13d41c..dd88e51 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ob2static-site", "name": "Static Site MD Exporter", - "version": "2.0.3", + "version": "2.1.0", "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 bca1d84..821fbae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ob2static-site", - "version": "2.0.3", + "version": "2.1.0", "description": "Export specific notes to general md for static site generation", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 19242db..786b9d9 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "1.3.1": "0.15.0", "1.3.2": "0.15.0", "1.3.3": "0.15.0", - "2.0.3": "0.15.0" + "2.0.3": "0.15.0", + "2.1.0": "0.15.0" }