Skip to content

Commit 47d2899

Browse files
committed
Update to version 7.10.2
1 parent 428e935 commit 47d2899

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.10.1",
4+
"version": "7.10.2",
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.10.1",
3+
"version": "7.10.2",
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
@@ -106,5 +106,6 @@
106106
"7.8.0": "1.1.1",
107107
"7.9.0": "1.1.1",
108108
"7.10.0": "1.1.1",
109-
"7.10.1": "1.1.1"
109+
"7.10.1": "1.1.1",
110+
"7.10.2": "1.1.1"
110111
}

0 commit comments

Comments
 (0)