Skip to content

Commit 6785f99

Browse files
committed
Update to version 7.18.0
1 parent de61d8f commit 6785f99

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.17.0",
4+
"version": "7.18.0",
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.17.0",
3+
"version": "7.18.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
@@ -119,5 +119,6 @@
119119
"7.15.0": "1.4.0",
120120
"7.15.1": "1.4.0",
121121
"7.16.0": "1.4.0",
122-
"7.17.0": "1.4.0"
122+
"7.17.0": "1.4.0",
123+
"7.18.0": "1.4.0"
123124
}

0 commit comments

Comments
 (0)