Skip to content

Commit

Permalink
2.0.6-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Apr 16, 2024
1 parent 22bfa7e commit ab8b9a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 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.5-beta",
"version": "2.0.6-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.5-beta",
"version": "2.0.6-beta",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 1 addition & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
ed3f05f Add "send to lane" menu options
75b1f5b 2.0.4-beta
21873e7 Fix #919 - Card content not rendering
2b581ee Add helpUrl to manifest.json (#866)
22bfa7e Enable mobile toolbar
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"2.0.2-beta": "1.0.0",
"2.0.3-beta": "1.0.0",
"2.0.4-beta": "1.0.0",
"2.0.5-beta": "1.0.0"
"2.0.5-beta": "1.0.0",
"2.0.6-beta": "1.0.0"
}

0 comments on commit ab8b9a0

Please sign in to comment.