Skip to content

Commit aaca4af

Browse files
committed
chore: bump version
1 parent 0cd3288 commit aaca4af

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.0.0",
4+
"version": "9.0.1",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-genius",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@
7979
"9.0.0-beta.9": "0.15.2",
8080
"9.0.0-beta.10": "0.15.2",
8181
"9.0.0-beta.11": "0.15.2",
82-
"9.0.0": "0.15.2"
82+
"9.0.0": "0.15.2",
83+
"9.0.1": "0.15.2"
8384
}

0 commit comments

Comments
 (0)