From e911e581af40e44b9f9be9b6620cdedb764a1183 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Fri, 12 Jul 2024 15:11:25 +0100 Subject: [PATCH] Update to version 7.6.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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" }