chore(version): fix version issue before

This commit is contained in:
Quorafind 2025-09-26 17:32:16 +08:00
parent ef0834c65a
commit 8abd736e84
3 changed files with 5 additions and 6 deletions

View file

@ -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
}
}

View file

@ -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": {

View file

@ -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"
}