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 235916f commit 8c7bba3Copy full SHA for 8c7bba3
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-tasks-plugin",
3
"name": "Tasks",
4
- "version": "0.8.1",
+ "version": "0.8.2",
5
"minAppVersion": "0.12.3",
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
@@ -12,5 +12,6 @@
12
"0.6.4": "0.12.0",
13
"0.7.0": "0.12.0",
14
"0.8.0": "0.12.2",
15
- "0.8.1": "0.12.3"
+ "0.8.1": "0.12.3",
16
+ "0.8.2": "0.12.3"
17
}
0 commit comments