mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.7.3
This commit is contained in:
parent
1c1d0fdab0
commit
f5a275cc47
8 changed files with 11 additions and 7 deletions
|
|
@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
|
||||
|
||||
## [9.7.3](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.2...9.7.3) (2025-08-17)
|
||||
|
||||
## [9.7.2](https://github.com/Quorafind/Obsidian-Task-Progress-Bar/compare/9.7.1...9.7.2) (2025-08-16)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
2
dist/manifest-beta.json
vendored
2
dist/manifest-beta.json
vendored
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.7.2",
|
||||
"version": "9.7.3",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
2
dist/manifest.json
vendored
2
dist/manifest.json
vendored
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.7.2",
|
||||
"version": "9.7.3",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
3
dist/versions.json
vendored
3
dist/versions.json
vendored
|
|
@ -114,5 +114,6 @@
|
|||
"9.6.4": "0.15.2",
|
||||
"9.7.0": "0.15.2",
|
||||
"9.7.1": "0.15.2",
|
||||
"9.7.2": "0.15.2"
|
||||
"9.7.2": "0.15.2",
|
||||
"9.7.3": "0.15.2"
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.7.2",
|
||||
"version": "9.7.3",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.7.2",
|
||||
"version": "9.7.3",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "task-genius",
|
||||
"version": "9.7.2",
|
||||
"version": "9.7.3",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -114,5 +114,6 @@
|
|||
"9.6.4": "0.15.2",
|
||||
"9.7.0": "0.15.2",
|
||||
"9.7.1": "0.15.2",
|
||||
"9.7.2": "0.15.2"
|
||||
"9.7.2": "0.15.2",
|
||||
"9.7.3": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue