We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db6121f + 56ecc4c commit ee4a2c1Copy full SHA for ee4a2c1
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-task-progress-bar",
3
"name": "Task Progress Bar",
4
- "version": "3.0.1",
+ "version": "3.1.0",
5
"minAppVersion": "0.15.2",
6
"description": "A task progress bar plugin for tasks in Obsidian.",
7
"author": "Boninall",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-task-progress-bar",
"main": "main.js",
"scripts": {
versions.json
@@ -15,5 +15,6 @@
15
"1.6.1": "0.15.2",
16
"2.0.0": "0.15.2",
17
"3.0.0": "0.15.2",
18
- "3.0.1": "0.15.2"
+ "3.0.1": "0.15.2",
19
+ "3.1.0": "0.15.2"
20
}
0 commit comments