Skip to content

Commit

Permalink
2.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed May 26, 2024
1 parent fb33fbf commit 1f67d67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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.47",
"version": "2.0.48",
"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.47",
"version": "2.0.48",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
f1a85c1 Strip hash char when creating new note from card
1c4edcc Fix #959; Link context menu not showing
541ab57 Fix #961; Error when using markdown links to daily notes
fb33fbf Fix #963; Ensure inline metadata is properly extracted from cards
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"2.0.44": "1.0.0",
"2.0.45": "1.0.0",
"2.0.46": "1.0.0",
"2.0.47": "1.0.0"
"2.0.47": "1.0.0",
"2.0.48": "1.0.0"
}

0 comments on commit 1f67d67

Please sign in to comment.