diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b4c4d7..54eecd61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. +## [9.13.1](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.13.0...9.13.1) (2025-12-11) + ## [9.13.0](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.12.6...9.13.0) (2025-12-09) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index 05dfe959..0804ea3c 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.13.0", + "version": "9.13.1", "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 dedf705b..fa2b10c6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.13.0", + "version": "9.13.1", "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 576b8c9f..781e2d9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.13.0", + "version": "9.13.1", "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 a47238ef..c885ce36 100644 --- a/versions.json +++ b/versions.json @@ -178,5 +178,6 @@ "9.12.4": "0.15.2", "9.12.5": "0.15.2", "9.12.6": "0.15.2", - "9.13.0": "0.15.2" + "9.13.0": "0.15.2", + "9.13.1": "0.15.2" } \ No newline at end of file