diff --git a/manifest.json b/manifest.json index 835f2cb..c4193e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-toggl-integration", "name": "Toggl Track", - "version": "0.7.3", + "version": "0.8.0", "minAppVersion": "0.11.13", "description": "Manage timers and generate time reports using Toggl Track without leaving Obsidian.", "author": "Maxime Cannoodt (@mcndt)", diff --git a/package.json b/package.json index 84ca431..3463e82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-toggl-integration", - "version": "0.7.3", + "version": "0.8.0", "description": "Manage timers and generate time reports using Toggl Track without leaving Obsidian.", "main": "main.js", "files": [ diff --git a/versions.json b/versions.json index ee77721..30606fe 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "0.7.0": "0.11.13", "0.7.1": "0.11.13", "0.7.2": "0.11.13", - "0.7.3": "0.11.13" + "0.7.3": "0.11.13", + "0.8.0": "0.11.13" }