diff --git a/CHANGELOG.md b/CHANGELOG.md index b038893d..211de675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dist/manifest-beta.json b/dist/manifest-beta.json index 216015c9..efe705df 100644 --- a/dist/manifest-beta.json +++ b/dist/manifest-beta.json @@ -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", diff --git a/dist/manifest.json b/dist/manifest.json index e91851bf..fa15c786 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -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", diff --git a/dist/versions.json b/dist/versions.json index 7c5e185d..a76a3b4a 100644 --- a/dist/versions.json +++ b/dist/versions.json @@ -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" } \ No newline at end of file diff --git a/manifest-beta.json b/manifest-beta.json index 216015c9..efe705df 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/manifest.json b/manifest.json index e91851bf..fa15c786 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 29983cd5..52d49cf7 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 1df05c60..7e3ea5fc 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file