From d12fc0923c7185177cd169d6ef01dacdd312b0b4 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Thu, 10 Oct 2024 22:41:58 +0100 Subject: [PATCH] Update to version 7.11.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 c6c866bca1..75878bccf5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.11.0", + "version": "7.11.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 5bce654833..d0054dee9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.11.0", + "version": "7.11.1", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 7e4183deb7..692ef8f74c 100644 --- a/versions.json +++ b/versions.json @@ -108,5 +108,6 @@ "7.10.0": "1.1.1", "7.10.1": "1.1.1", "7.10.2": "1.1.1", - "7.11.0": "1.1.1" + "7.11.0": "1.1.1", + "7.11.1": "1.1.1" }