diff --git a/manifest.json b/manifest.json index cea97b0..e2700a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-toggl-integration", "name": "Toggl Track", - "version": "0.7.1", + "version": "0.7.2", "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 3320460..70d685d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-toggl-integration", - "version": "0.7.1", + "version": "0.7.2", "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 58e6373..4d88f82 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "0.6.0": "0.11.13", "0.6.1": "0.11.13", "0.7.0": "0.11.13", - "0.7.1": "0.11.13" + "0.7.1": "0.11.13", + "0.7.2": "0.11.13" }