Skip to content

Commit 53f6459

Browse files
committed
Update to version 3.7.0
1 parent 8dea701 commit 53f6459

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

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 [[Grouping#Reversing groups|reverse sorting of groups]]
9+
- 3.7.0: 🔥 Add [[Grouping#Reversing groups|reverse sorting of groups]]
1010
- 3.6.0: 🔥 Add [[Grouping#Other task properties|group by urgency]]
1111
- 3.6.0: 🔥 Add [[Sorting#Other task properties|sort by recurring]]
1212
- 3.5.0: 🔥 New [[Global Query]] facility.

docs/Queries/Grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ See the [screenshots below](#screenshots) for how this looks in practice.
120120
## Reversing groups
121121

122122
> [!released]
123-
> Reversing of group headings was introduced in Tasks X.Y.Z.
123+
> Reversing of group headings was introduced in Tasks 3.7.0.
124124
125125
After the name of the property that you want to group by, you can add the `reverse` keyword.
126126
If given, the group headings will be reversed for that property.

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.6.0",
4+
"version": "3.7.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.6.0",
3+
"version": "3.7.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
@@ -62,5 +62,6 @@
6262
"3.3.0": "0.14.6",
6363
"3.4.0": "1.1.1",
6464
"3.5.0": "1.1.1",
65-
"3.6.0": "1.1.1"
65+
"3.6.0": "1.1.1",
66+
"3.7.0": "1.1.1"
6667
}

0 commit comments

Comments
 (0)