From 392b2df8a7bb3379ea61657293ba9b2bac906bda Mon Sep 17 00:00:00 2001 From: Emberleif Date: Fri, 12 Jun 2026 17:30:37 -0500 Subject: [PATCH] 0.6.1 updated stuff for Obsidian --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 2430aa4..e8c9549 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "chronoboard", "name": "Chronoboard", - "version": "0.6.0", + "version": "0.6.1", "minAppVersion": "1.5.0", "description": "A Gantt-style timeboard for project-based time tracking across notes.", "author": "Emberleif", diff --git a/versions.json b/versions.json index 2d27897..8ebe0ae 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.0.1": "1.5.0", "0.5.0": "1.5.0", "0.5.1": "1.5.0", - "0.6.0": "1.5.0" + "0.6.0": "1.5.0", + "0.6.1": "1.5.0" }