diff --git a/manifest.json b/manifest.json index ff24153c3f..77610ab3bd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.12.0", + "version": "7.12.1", "minAppVersion": "1.1.1", "description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.", "helpUrl": "https://publish.obsidian.md/tasks/", diff --git a/package.json b/package.json index 045a25d21d..96a5f6d180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.12.0", + "version": "7.12.1", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index a1541979d2..03a763a46b 100644 --- a/versions.json +++ b/versions.json @@ -110,5 +110,6 @@ "7.10.2": "1.1.1", "7.11.0": "1.1.1", "7.11.1": "1.1.1", - "7.12.0": "1.1.1" + "7.12.0": "1.1.1", + "7.12.1": "1.1.1" }