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 9c8fc75 commit 355025cCopy full SHA for 355025c
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-tasks-plugin",
3
"name": "Tasks",
4
- "version": "3.0.0",
+ "version": "3.1.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
@@ -56,5 +56,6 @@
56
"1.25.0": "0.14.6",
57
"2.0.0": "0.14.6",
58
"2.0.1": "0.14.6",
59
- "3.0.0": "0.14.6"
+ "3.0.0": "0.14.6",
60
+ "3.1.0": "0.14.6"
61
}
0 commit comments