chore: bump version

This commit is contained in:
Quorafind 2025-07-18 19:50:23 +08:00
parent 5b1c9a4799
commit afadd5fade
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-task-progress-bar",
"name": "Task Genius",
"version": "9.1.0-beta.10",
"version": "9.1.0",
"minAppVersion": "0.15.2",
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
"author": "Boninall",

View file

@ -1,6 +1,6 @@
{
"name": "task-genius",
"version": "9.1.0-beta.10",
"version": "9.1.0",
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
"main": "main.js",
"scripts": {

View file

@ -94,5 +94,6 @@
"9.1.0-beta.7": "0.15.2",
"9.1.0-beta.8": "0.15.2",
"9.1.0-beta.9": "0.15.2",
"9.1.0-beta.10": "0.15.2"
"9.1.0-beta.10": "0.15.2",
"9.1.0": "0.15.2"
}