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 75ca898 commit 3773686Copy full SHA for 3773686
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-tasks-plugin",
3
"name": "Tasks",
4
- "version": "1.11.1",
+ "version": "1.12.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
@@ -36,5 +36,6 @@
36
"1.9.0": "0.14.6",
37
"1.10.0": "0.14.6",
38
"1.11.0": "0.14.6",
39
- "1.11.1": "0.14.6"
+ "1.11.1": "0.14.6",
40
+ "1.12.0": "0.14.6"
41
}
0 commit comments