diff --git a/companion/manifest.json b/companion/manifest.json index f91d46b..0604386 100644 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -3,7 +3,7 @@ "name": "toggl-track", "shortname": "toggl", "description": "Companion module for toggltrack timers", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "repository": "git+https://github.com/bitfocus/companion-module-toggl-track.git", "bugs": "https://github.com/bitfocus/companion-module-toggl-track/issues", diff --git a/package.json b/package.json index c4776ab..a9025ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-track", - "version": "2.0.0", + "version": "2.0.1", "main": "index.js", "type": "module", "scripts": {