We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d070dfa commit f2d5e9aCopy full SHA for f2d5e9a
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-tasks-plugin",
3
"name": "Tasks",
4
- "version": "1.22.0",
+ "version": "1.23.0",
5
"minAppVersion": "0.14.6",
6
"description": "Task management for Obsidian",
7
"author": "Martin Schenck and Clare Macrae",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-tasks",
"description": "Task management for the Obsidian knowledge base",
"main": "main.js",
"scripts": {
versions.json
@@ -50,5 +50,6 @@
50
"1.19.0": "0.14.6",
51
"1.20.0": "0.14.6",
52
"1.21.0": "0.14.6",
53
- "1.22.0": "0.14.6"
+ "1.22.0": "0.14.6",
54
+ "1.23.0": "0.14.6"
55
}
0 commit comments