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" }