From 54a4bc8f70ab36b6eb326e3edc31ca8d5f549214 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Wed, 29 May 2024 20:03:40 -0700 Subject: [PATCH] 2.0.50 --- manifest.json | 2 +- package.json | 2 +- release-notes.md | 3 +-- versions.json | 3 ++- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index fc474ff6..95f5ea4a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "2.0.49", + "version": "2.0.50", "minAppVersion": "1.0.0", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/package.json b/package.json index 12461d01..2ac29271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-kanban", - "version": "2.0.49", + "version": "2.0.50", "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 32db59b0..650fff79 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,2 +1 @@ -fbd8d65 Fix #966; Time trigger may be recognized as a date trigger -d9abb7e Fix #967; Ensure custom date/time triggers don't trigger error +6f754da Fix issues with date/time triggers conflicting diff --git a/versions.json b/versions.json index d33d3340..003e5d9e 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "2.0.46": "1.0.0", "2.0.47": "1.0.0", "2.0.48": "1.0.0", - "2.0.49": "1.0.0" + "2.0.49": "1.0.0", + "2.0.50": "1.0.0" }