Bump version

This commit is contained in:
Quorafind 2022-07-19 16:14:48 +08:00
parent 594f1977b8
commit 6d9fb14c16
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Progress Bar",
"version": "1.5.0",
"version": "1.5.1",
"minAppVersion": "0.15.2",
"description": "A task progress bar plugin for tasks in Obsidian.",
"author": "Boninall",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-task-progress-bar",
"version": "1.5.0",
"version": "1.5.1",
"description": "A task progress bar plugin for tasks in Obsidian.",
"main": "main.js",
"scripts": {

View file

@ -9,5 +9,6 @@
"1.3.1": "0.15.2",
"1.3.2": "0.15.2",
"1.4.0": "0.15.2",
"1.5.0": "0.15.2"
"1.5.0": "0.15.2",
"1.5.1": "0.15.2"
}