Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yy4382 committed Nov 12, 2024
1 parent c1c5553 commit 95efc88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 95efc88

Please sign in to comment.