Skip to content

Commit 5fcda03

Browse files
committed
Update to version 7.23.1
1 parent db41445 commit 5fcda03

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.23.0",
4+
"version": "7.23.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.23.0",
3+
"version": "7.23.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
@@ -131,5 +131,6 @@
131131
"7.20.0": "1.4.0",
132132
"7.21.0": "1.4.0",
133133
"7.22.0": "1.4.0",
134-
"7.23.0": "1.4.0"
134+
"7.23.0": "1.4.0",
135+
"7.23.1": "1.4.0"
135136
}

0 commit comments

Comments
 (0)