diff --git a/dist/manifest.json b/dist/manifest.json index 4b593fa8..f06f156c 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "0.0.13", + "version": "0.1.0", "minAppVersion": "0.11.13", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/manifest.json b/manifest.json index 4b593fa8..f06f156c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "0.0.13", + "version": "0.1.0", "minAppVersion": "0.11.13", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/versions.json b/versions.json index 0dcecf09..61b7a1ec 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.1.0": "0.11.13", "0.0.13": "0.11.13", "0.0.12": "0.11.13", "0.0.11": "0.11.13",