mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(version): fix version issue before
This commit is contained in:
parent
ef0834c65a
commit
8abd736e84
3 changed files with 5 additions and 6 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.9.0-beta.5",
|
||||
"version": "9.9.0-beta.4",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
"authorUrl": "https://github.com/Quorafind",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "task-genius",
|
||||
"version": "9.9.0-beta.5",
|
||||
"version": "9.9.0-beta.4",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -153,6 +153,5 @@
|
|||
"9.9.0-beta.1": "0.15.2",
|
||||
"9.9.0-beta.2": "0.15.2",
|
||||
"9.9.0-beta.3": "0.15.2",
|
||||
"9.9.0-beta.4": "0.15.2",
|
||||
"9.9.0-beta.5": "0.15.2"
|
||||
}
|
||||
"9.9.0-beta.4": "0.15.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue