Skip to content

Commit 412a4b0

Browse files
committed
Update to version 7.19.1
1 parent ba51e22 commit 412a4b0

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.19.0",
4+
"version": "7.19.1",
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.19.0",
3+
"version": "7.19.1",
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
@@ -126,5 +126,6 @@
126126
"7.18.3": "1.4.0",
127127
"7.18.4": "1.4.0",
128128
"7.18.5": "1.4.0",
129-
"7.19.0": "1.4.0"
129+
"7.19.0": "1.4.0",
130+
"7.19.1": "1.4.0"
130131
}

0 commit comments

Comments
 (0)