mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
Bump version
This commit is contained in:
parent
594f1977b8
commit
6d9fb14c16
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue