From 39ddb1ea23857a397d8d8b863c9342bc536c8baa Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Sun, 2 Jul 2023 19:50:30 +0100 Subject: [PATCH] Update to version 4.1.0 --- docs/Queries/Layout.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Queries/Layout.md b/docs/Queries/Layout.md index 92a15a9197..04ae121afb 100644 --- a/docs/Queries/Layout.md +++ b/docs/Queries/Layout.md @@ -34,7 +34,7 @@ The following elements exist: > [!released] `urgency` was introduced in Tasks 1.14.0.
`created date` was introduced in Tasks 2.0.0.
-`tags` was introduced in Tasks X.Y.Z. +`tags` was introduced in Tasks 4.1.0. All of these elements except `urgency` are shown by default, so you will use the command `hide` if you do not want to show any of them, or the command `show` to show the urgency score. diff --git a/manifest.json b/manifest.json index 6cea332285..2158ab85a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "4.0.1", + "version": "4.1.0", "minAppVersion": "1.1.1", "description": "Task management for Obsidian", "author": "Martin Schenck and Clare Macrae", diff --git a/package.json b/package.json index 40618ad66b..e5dd447b89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "4.0.1", + "version": "4.1.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e99d171165..f844e397c6 100644 --- a/versions.json +++ b/versions.json @@ -68,5 +68,6 @@ "3.9.0": "1.1.1", "3.10.0": "1.1.1", "4.0.0": "1.1.1", - "4.0.1": "1.1.1" + "4.0.1": "1.1.1", + "4.1.0": "1.1.1" }