diff --git a/manifest.json b/manifest.json index 9c44bb6582..93eedfa578 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.6.0", + "version": "7.6.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 df8ed5896c..372d280866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.6.0", + "version": "7.6.1", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 6d84a5ffde..7a01acc5da 100644 --- a/versions.json +++ b/versions.json @@ -100,5 +100,6 @@ "7.3.0": "1.1.1", "7.4.0": "1.1.1", "7.5.0": "1.1.1", - "7.6.0": "1.1.1" + "7.6.0": "1.1.1", + "7.6.1": "1.1.1" }