diff --git a/manifest.json b/manifest.json index 357f25d4..ea595f1e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "0.0.9", + "version": "0.0.10", "minAppVersion": "0.11.13", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/versions.json b/versions.json index 18358405..a73c35d0 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.0.10": "0.11.13", "0.0.9": "0.11.13", "0.0.8": "0.11.13", "0.0.7": "0.11.13",