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 3dd8a96 commit a7ad85aCopy full SHA for a7ad85a
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-tasks-plugin",
3
"name": "Tasks",
4
- "version": "1.0.1",
+ "version": "1.0.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
@@ -16,5 +16,6 @@
16
"0.8.2": "0.12.3",
17
"0.8.3": "0.12.3",
18
"1.0.0": "0.12.3",
19
- "1.0.1": "0.12.3"
+ "1.0.1": "0.12.3",
20
+ "1.0.2": "0.12.3"
21
}
0 commit comments