diff --git a/manifest-beta.json b/manifest-beta.json index 70157b6a..fb51b000 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "2.0.41-beta", + "version": "2.0.42-beta", "minAppVersion": "1.0.0", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/package.json b/package.json index 3e492e0d..78587eaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-kanban", - "version": "2.0.41-beta", + "version": "2.0.42-beta", "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 c6463cb6..25d99e6f 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1 @@ -2742d24 Fix #951; Bad checkbox replacement when checking subtasks +29698a9 Fix #952; Support recurring tasks with custom status workflows diff --git a/versions.json b/versions.json index 6e28a3b9..ea6500e0 100644 --- a/versions.json +++ b/versions.json @@ -78,5 +78,6 @@ "2.0.38-beta": "1.0.0", "2.0.39-beta": "1.0.0", "2.0.40-beta": "1.0.0", - "2.0.41-beta": "1.0.0" + "2.0.41-beta": "1.0.0", + "2.0.42-beta": "1.0.0" }