diff --git a/manifest.json b/manifest.json index 3097ff6..ff25400 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "obsidian-toggl-integration", - "name": "Toggl Track", - "version": "0.9.0", - "minAppVersion": "0.11.13", - "description": "Manage timers and generate time reports using Toggl Track without leaving Obsidian.", - "author": "Maxime Cannoodt (@mcndt)", - "authorUrl": "https://mcndt.github.io/", - "isDesktopOnly": true -} + "id": "obsidian-toggl-integration", + "name": "Toggl Track", + "version": "0.10.0", + "minAppVersion": "0.11.13", + "description": "Manage timers and generate time reports using Toggl Track without leaving Obsidian.", + "author": "Maxime Cannoodt (@mcndt)", + "authorUrl": "https://mcndt.github.io/", + "isDesktopOnly": true +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e3c7330..f2d40a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-toggl-integration", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-toggl-integration", - "version": "0.9.0", + "version": "0.10.0", "license": "GPL-3.0", "dependencies": { "d3": "^7.2.1", diff --git a/package.json b/package.json index 213b235..b485db6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-toggl-integration", - "version": "0.9.0", + "version": "0.10.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 bd4bca0..1b3976a 100644 --- a/versions.json +++ b/versions.json @@ -1,27 +1,28 @@ { - "0.1.0": "0.11.13", - "0.1.1": "0.11.13", - "0.1.2": "0.11.13", - "0.2.0": "0.11.13", - "0.2.1": "0.11.13", - "0.2.2": "0.11.13", - "0.2.3": "0.11.13", - "0.2.4": "0.11.13", - "0.2.5": "0.11.13", - "0.3.0": "0.11.13", - "0.4.0": "0.11.13", - "0.4.1": "0.11.13", - "0.5.0": "0.11.13", - "0.5.1": "0.11.13", - "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.2": "0.11.13", - "0.7.3": "0.11.13", - "0.8.0": "0.11.13", - "0.8.1": "0.11.13", - "0.8.2": "0.11.13", - "0.8.3": "0.11.13", - "0.9.0": "0.11.13" -} + "0.1.0": "0.11.13", + "0.1.1": "0.11.13", + "0.1.2": "0.11.13", + "0.2.0": "0.11.13", + "0.2.1": "0.11.13", + "0.2.2": "0.11.13", + "0.2.3": "0.11.13", + "0.2.4": "0.11.13", + "0.2.5": "0.11.13", + "0.3.0": "0.11.13", + "0.4.0": "0.11.13", + "0.4.1": "0.11.13", + "0.5.0": "0.11.13", + "0.5.1": "0.11.13", + "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.2": "0.11.13", + "0.7.3": "0.11.13", + "0.8.0": "0.11.13", + "0.8.1": "0.11.13", + "0.8.2": "0.11.13", + "0.8.3": "0.11.13", + "0.9.0": "0.11.13", + "0.10.0": "0.11.13" +} \ No newline at end of file