Skip to content

Commit

Permalink
2.0.10-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Apr 17, 2024
1 parent b858ea3 commit 302912d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.9-beta",
"version": "2.0.10-beta",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
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": "obsidian-kanban",
"version": "2.0.9-beta",
"version": "2.0.10-beta",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
982ddda Ensure mobile button is not covered by toolbar
88bb1ba Improve rendering performance
b858ea3 Add option to expand lists to full width in list view
19ed65e Scroll editor into view on mobile
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"2.0.6-beta": "1.0.0",
"2.0.7-beta": "1.0.0",
"2.0.8-beta": "1.0.0",
"2.0.9-beta": "1.0.0"
"2.0.9-beta": "1.0.0",
"2.0.10-beta": "1.0.0"
}

0 comments on commit 302912d

Please sign in to comment.