From 2e41b526c41a449362df43871c67719b5da09587 Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Sun, 27 Feb 2022 20:18:20 +0100 Subject: [PATCH] chore: :bookmark: Release 0.7.3 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e2700a3..835f2cb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-toggl-integration", "name": "Toggl Track", - "version": "0.7.2", + "version": "0.7.3", "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 d69390e..070f676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-toggl-integration", - "version": "0.7.2", + "version": "0.7.3", "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 4d88f82..ee77721 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "0.6.1": "0.11.13", "0.7.0": "0.11.13", "0.7.1": "0.11.13", - "0.7.2": "0.11.13" + "0.7.2": "0.11.13", + "0.7.3": "0.11.13" }