diff --git a/docs/Editing/Postponing.md b/docs/Editing/Postponing.md index cd0341daa7..82674aa918 100644 --- a/docs/Editing/Postponing.md +++ b/docs/Editing/Postponing.md @@ -21,7 +21,7 @@ The ⏩ button in Tasks Search results allows you to quickly postpone (or "snooz > [!released] > > - Postpone was introduced in Tasks 5.3.0. -> - The ability to remove the existing date was introduced in Tasks X.Y.Z. +> - The ability to remove the existing date was introduced in Tasks 7.3.0. ### Click and Context Menu diff --git a/docs/Introduction.md b/docs/Introduction.md index 209d61195b..6e29a3539f 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.3.0: - Add 'Remove date' option to the [[Postponing|postpone]] right-click menu in search results. - 7.2.0: - Much improved layout of the [[Create or edit Task]] modal, on mobile devices. diff --git a/manifest.json b/manifest.json index 3c72f4dced..022b64ef03 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.2.0", + "version": "7.3.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 1f15e9b77d..a8fc34a98a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.2.0", + "version": "7.3.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index ec2b9c0acb..863844fca8 100644 --- a/versions.json +++ b/versions.json @@ -96,5 +96,6 @@ "6.2.0": "1.1.1", "7.0.0": "1.1.1", "7.1.0": "1.1.1", - "7.2.0": "1.1.1" + "7.2.0": "1.1.1", + "7.3.0": "1.1.1" }