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 1bd1051 commit 34f7c6fCopy full SHA for 34f7c6f
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-tasks-plugin",
3
"name": "Tasks",
4
- "version": "0.6.4",
+ "version": "0.7.0",
5
"minAppVersion": "12.0.0",
6
"description": "Task management for Obsidian",
7
"author": "Martin Schenck",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-tasks",
"description": "Task management for the Obsidian knowledge base",
"main": "main.js",
"scripts": {
versions.json
@@ -9,5 +9,6 @@
9
"0.6.1": "12.0.0",
10
"0.6.2": "12.0.0",
11
"0.6.3": "12.0.0",
12
- "0.6.4": "12.0.0"
+ "0.6.4": "12.0.0",
13
+ "0.7.0": "12.0.0"
14
}
0 commit comments