Skip to content

Commit

Permalink
2.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed May 22, 2024
1 parent 19c0ce6 commit c2a1cc4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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.43",
"version": "2.0.44",
"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.43",
"version": "2.0.44",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
19c0ce6 Fix #953; Tag to bottom of card interferes with new Dataview functionality
d018888 Fix #954; Linked page date properties not formatting correctly
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"1.0.0": "0.12.11",
"2.0.42-beta": "1.0.0",
"2.0.0": "1.0.0",
"2.0.43": "1.0.0"
"2.0.43": "1.0.0",
"2.0.44": "1.0.0"
}

0 comments on commit c2a1cc4

Please sign in to comment.