Skip to content

Commit

Permalink
2.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed May 29, 2024
1 parent fbd8d65 commit 4cf4c1e
Show file tree
Hide file tree
Showing 4 changed files with 6 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.48",
"version": "2.0.49",
"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.48",
"version": "2.0.49",
"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 @@
fb33fbf Fix #963; Ensure inline metadata is properly extracted from cards
fbd8d65 Fix #966; Time trigger may be recognized as a date trigger
d9abb7e Fix #967; Ensure custom date/time triggers don't trigger error
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"2.0.45": "1.0.0",
"2.0.46": "1.0.0",
"2.0.47": "1.0.0",
"2.0.48": "1.0.0"
"2.0.48": "1.0.0",
"2.0.49": "1.0.0"
}

0 comments on commit 4cf4c1e

Please sign in to comment.