diff --git a/manifest.json b/manifest.json index ba83ea4ce9..9acb13eca7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.10.1", + "version": "7.10.2", "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 35e078e7a0..26fa894077 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.10.1", + "version": "7.10.2", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index d8b3e8fae1..d4995aed35 100644 --- a/versions.json +++ b/versions.json @@ -106,5 +106,6 @@ "7.8.0": "1.1.1", "7.9.0": "1.1.1", "7.10.0": "1.1.1", - "7.10.1": "1.1.1" + "7.10.1": "1.1.1", + "7.10.2": "1.1.1" }