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 337e401 commit 3bbe9d5Copy full SHA for 3bbe9d5
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-tasks-plugin",
3
"name": "Tasks",
4
- "version": "1.8.0",
+ "version": "1.8.1",
5
"minAppVersion": "0.13.21",
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
@@ -30,5 +30,6 @@
30
"1.5.1": "0.13.21",
31
"1.6.0": "0.13.21",
32
"1.7.0": "0.13.21",
33
- "1.8.0": "0.13.21"
+ "1.8.0": "0.13.21",
34
+ "1.8.1": "0.13.21"
35
}
0 commit comments