diff --git a/docs/Reference/Task Formats/Dataview Format.md b/docs/Reference/Task Formats/Dataview Format.md index a0d21598f4..d9beb81f79 100644 --- a/docs/Reference/Task Formats/Dataview Format.md +++ b/docs/Reference/Task Formats/Dataview Format.md @@ -130,7 +130,7 @@ For more information, see [[Recurring Tasks]]. The Dataview format fully supports Tasks' [[Auto-Suggest]] feature, but requires users to manually type out surrounding brackets (`[]` or `()`). This works best with `Settings > Editor > Autopair Brackets` enabled. -Since Tasks X.Y.Z, the Auto-Suggest menu *only* appears between square brackets `[]` or parentheses `()`. +Since Tasks 4.6.1, the Auto-Suggest menu *only* appears between square brackets `[]` or parentheses `()`. ## Limitations of Dataview Format diff --git a/manifest.json b/manifest.json index 82e81afce8..3125317ed2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "4.6.0", + "version": "4.6.1", "minAppVersion": "1.1.1", "description": "Task management for Obsidian", "author": "Martin Schenck and Clare Macrae", diff --git a/package.json b/package.json index 727b2aa0fa..037290a06a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "4.6.0", + "version": "4.6.1", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 505cb2bb44..3b2c7f8e87 100644 --- a/versions.json +++ b/versions.json @@ -74,5 +74,6 @@ "4.3.0": "1.1.1", "4.4.0": "1.1.1", "4.5.0": "1.1.1", - "4.6.0": "1.1.1" + "4.6.0": "1.1.1", + "4.6.1": "1.1.1" }