Skip to content

Commit e901bf2

Browse files
committed
Update to version 7.10.0
1 parent 92a9b38 commit e901bf2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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.9.0",
4+
"version": "7.10.0",
55
"minAppVersion": "1.1.1",
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.9.0",
3+
"version": "7.10.0",
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
@@ -104,5 +104,6 @@
104104
"7.6.1": "1.1.1",
105105
"7.7.0": "1.1.1",
106106
"7.8.0": "1.1.1",
107-
"7.9.0": "1.1.1"
107+
"7.9.0": "1.1.1",
108+
"7.10.0": "1.1.1"
108109
}

0 commit comments

Comments
 (0)