diff --git a/manifest.json b/manifest.json index a7fdc3b2..fc474ff6 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index dc643326..12461d01 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/release-notes.md b/release-notes.md index 2c8acfee..32db59b0 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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 diff --git a/versions.json b/versions.json index c777bf9c..d33d3340 100644 --- a/versions.json +++ b/versions.json @@ -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" }