Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanGiesberts committed Sep 22, 2023
1 parent 0affa57 commit b1e84cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
@@ -1,9 +1,9 @@
{
"id": "table-checkboxes",
"name": "Markdown table checkboxes",
"version": "2.0.0",
"version": "2.0.1",
"minAppVersion": "0.15.0",
"description": "Converts markdown checkboxes in tables to HTML, and reflects the state upon (un)checking them.",
"author": "Dylan Giesberts",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-table-checkboxes-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Converts markdown checkboxes inside tables to HTML, and reflects the state upon (un)checking them.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -4,5 +4,6 @@
"0.1.1": "0.15.0",
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"2.0.0": "0.15.0"
"2.0.0": "0.15.0",
"2.0.1": "0.15.0"
}

0 comments on commit b1e84cb

Please sign in to comment.