Skip to content

Commit cb5f0ae

Browse files
committed
Update to version 3.9.0
1 parent 5eb116c commit cb5f0ae

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

docs/Getting Started/Priority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The idea is that you can easily filter out unimportant tasks without needing to
2525
```
2626

2727
> [!released]
28-
> Priorities 'lowest' and 'highest' were introduced in Tasks X.Y.Z.
28+
> Priorities 'lowest' and 'highest' were introduced in Tasks 3.9.0.
2929
3030
## Easy adding of Priorities
3131

docs/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish: true
66

77
## What's New?
88

9-
- X.Y.Z: 🔥 Add [[Priority#Priorities and Order|lowest and highest]] priorities
9+
- 3.9.0: 🔥 Add [[Priority#Priorities and Order|lowest and highest]] priorities
1010
- 3.8.0: 🔥 Add [[Limiting#Limit number of tasks in each group|limiting tasks per group]]
1111
- 3.8.0: 🔥 Add option to control the [[Recurring Tasks#Order of the new task|order of new recurring tasks]]
1212
- 3.7.0: 🔥 Add [[Grouping#Reversing groups|reverse sorting of groups]]

docs/Queries/Filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ The available priorities are (from high to low):
468468
For more information, see [[Priority|Priorities]].
469469
470470
> [!released]
471-
> Priorities 'lowest' and 'highest' were introduced in Tasks X.Y.Z.
471+
> Priorities 'lowest' and 'highest' were introduced in Tasks 3.9.0.
472472
473473
#### Examples
474474

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": "3.8.0",
4+
"version": "3.9.0",
55
"minAppVersion": "1.1.1",
66
"description": "Task management for Obsidian",
77
"author": "Martin Schenck and Clare Macrae",

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": "3.8.0",
3+
"version": "3.9.0",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@
6464
"3.5.0": "1.1.1",
6565
"3.6.0": "1.1.1",
6666
"3.7.0": "1.1.1",
67-
"3.8.0": "1.1.1"
67+
"3.8.0": "1.1.1",
68+
"3.9.0": "1.1.1"
6869
}

0 commit comments

Comments
 (0)