Skip to content

Commit 1073b30

Browse files
committed
Update to version 7.18.5
1 parent 45fe031 commit 1073b30

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/Getting Started/Getting Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Now Tasks tracks that you need to take out the trash!
3434
> [!released]
3535
>
3636
> - Support for tasks with `+` was introduced in Tasks 4.5.0.
37-
> - Support for numbered lists with `)` was introduced in Tasks X.Y.Z.
37+
> - Support for numbered lists with `)` was introduced in Tasks 7.18.5.
3838
3939
To list all open tasks in a markdown file, simply add a [[About Queries|query]] as a tasks code block like so:
4040
@@ -124,7 +124,7 @@ Tasks can read tasks that are in **numbered lists**.
124124
> [!released]
125125
>
126126
> - Reading tasks inside numbered lists was introduced in Tasks 1.20.0.
127-
> - Reading tasks inside numbered lists with `)` was introduced in Tasks X.Y.Z.
127+
> - Reading tasks inside numbered lists with `)` was introduced in Tasks 7.18.5.
128128
129129
For example:
130130

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-tasks-plugin",
33
"name": "Tasks",
4-
"version": "7.18.4",
4+
"version": "7.18.5",
55
"minAppVersion": "1.4.0",
66
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
77
"helpUrl": "https://publish.obsidian.md/tasks/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tasks",
3-
"version": "7.18.4",
3+
"version": "7.18.5",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"engines": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,6 @@
124124
"7.18.1": "1.4.0",
125125
"7.18.2": "1.4.0",
126126
"7.18.3": "1.4.0",
127-
"7.18.4": "1.4.0"
127+
"7.18.4": "1.4.0",
128+
"7.18.5": "1.4.0"
128129
}

0 commit comments

Comments
 (0)