diff --git a/manifest.json b/manifest.json index d677dc760b..14568d3fca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.12.2", + "version": "7.12.3", "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 2e28649041..a9430cc34a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.12.2", + "version": "7.12.3", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index dd957ebf5b..e50ae8718e 100644 --- a/versions.json +++ b/versions.json @@ -112,5 +112,6 @@ "7.11.1": "1.1.1", "7.12.0": "1.1.1", "7.12.1": "1.1.1", - "7.12.2": "1.1.1" + "7.12.2": "1.1.1", + "7.12.3": "1.1.1" }