Skip to content

Commit

Permalink
2.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed May 31, 2024
1 parent 10e8f35 commit 8501981
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.50",
"version": "2.0.51",
"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.50",
"version": "2.0.51",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
6f754da Fix issues with date/time triggers conflicting
10e8f35 Fix #964; Slow/erratic edit behavior when main window isn't visible
fffc03b Fix #972; Updating date file metadata doesn't update card
fa58d49 Fix #971; Duplicate block IDs when copying link to card
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"2.0.47": "1.0.0",
"2.0.48": "1.0.0",
"2.0.49": "1.0.0",
"2.0.50": "1.0.0"
"2.0.50": "1.0.0",
"2.0.51": "1.0.0"
}

0 comments on commit 8501981

Please sign in to comment.