From 1113dd04aab7627ab9d464968fc87449c277ccf4 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Tue, 30 Apr 2024 10:41:34 +0100 Subject: [PATCH] Update to version 7.1.0 --- docs/Introduction.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Introduction.md b/docs/Introduction.md index 2e535e496b..89c8b1e1bc 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -13,7 +13,7 @@ _In recent [releases](https://github.com/obsidian-tasks-group/obsidian-tasks/rel Move the older ones down to the top of the comment block below... --> -- X.Y.Z: +- 7.1.0: - Much improved layout of the [[Create or edit Task]] modal, on desktop machines. - Add access keys for Created, Done and Cancelled dates in [[Create or edit Task]]. - 7.0.0: diff --git a/manifest.json b/manifest.json index 9600b384a3..5f84b42b55 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.0.0", + "version": "7.1.0", "minAppVersion": "1.1.1", "description": "Task management for Obsidian", "helpUrl": "https://publish.obsidian.md/tasks/", diff --git a/package.json b/package.json index 3a0aebf8ef..a0ae110dbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.0.0", + "version": "7.1.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 825a803da4..9d54837efc 100644 --- a/versions.json +++ b/versions.json @@ -94,5 +94,6 @@ "6.1.1": "1.1.1", "6.1.2": "1.1.1", "6.2.0": "1.1.1", - "7.0.0": "1.1.1" + "7.0.0": "1.1.1", + "7.1.0": "1.1.1" }