Skip to content

Commit

Permalink
2.0.20-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Apr 23, 2024
1 parent e2e877e commit 6956fd8
Show file tree
Hide file tree
Showing 4 changed files with 6 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": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.19-beta",
"version": "2.0.20-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.19-beta",
"version": "2.0.20-beta",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
655a6cd Parse task plugin data
e2e877e Test for tasks API before attempting to use it
541dbe6 Use tasks API to manage checkbox handling
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"2.0.16-beta": "1.0.0",
"2.0.17-beta": "1.0.0",
"2.0.18-beta": "1.0.0",
"2.0.19-beta": "1.0.0"
"2.0.19-beta": "1.0.0",
"2.0.20-beta": "1.0.0"
}

0 comments on commit 6956fd8

Please sign in to comment.