From d9682f1304acbff905886c4d51b4f25f1bc0aa10 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Tue, 9 Jan 2024 17:44:12 +0000 Subject: [PATCH] Update to version 5.6.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 bc29a3db29..2d2a0b541c 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: 🔥 The [[Postponing|postpone]] menu now offers `today` and `tomorrow`. +- 5.6.0: 🔥 The [[Postponing|postpone]] menu now offers `today` and `tomorrow`. - 5.5.0: 🔥 The [[Create or edit Task]] modal can now edit Created, Done and Cancelled dates - 5.5.0: 🔥 Add support for [[Dates#Cancelled date|cancelled dates]]. diff --git a/manifest.json b/manifest.json index a92ba22187..8235e41aa7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "5.5.0", + "version": "5.6.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 2c58adc0db..1e7799bba2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "5.5.0", + "version": "5.6.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 03bfd1bf30..ae13500385 100644 --- a/versions.json +++ b/versions.json @@ -87,5 +87,6 @@ "5.2.0": "1.1.1", "5.3.0": "1.1.1", "5.4.0": "1.1.1", - "5.5.0": "1.1.1" + "5.5.0": "1.1.1", + "5.6.0": "1.1.1" }