Skip to content

Commit

Permalink
Update to version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jul 2, 2023
1 parent 5d93b43 commit 39ddb1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Queries/Layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following elements exist:
> [!released]
`urgency` was introduced in Tasks 1.14.0.<br>
`created date` was introduced in Tasks 2.0.0.<br>
`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.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 39ddb1e

Please sign in to comment.