From e901bf22fc305878d7934a88a2e702bce0cf010b Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Fri, 6 Sep 2024 23:09:58 +0100 Subject: [PATCH] Update to version 7.10.0 --- 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 ea305bf98e..93616c9fe7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.9.0", + "version": "7.10.0", "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 a1244ff090..8a8bfe4a47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.9.0", + "version": "7.10.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index f8f8bddd49..5b0242ecf6 100644 --- a/versions.json +++ b/versions.json @@ -104,5 +104,6 @@ "7.6.1": "1.1.1", "7.7.0": "1.1.1", "7.8.0": "1.1.1", - "7.9.0": "1.1.1" + "7.9.0": "1.1.1", + "7.10.0": "1.1.1" }