diff --git a/package-lock.json b/package-lock.json index 44c8a52..9bce6cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stream-deck-billables-harvest", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stream-deck-billables-harvest", - "version": "0.3.0", + "version": "0.3.1", "license": "GPL-3.0-or-later", "bin": { "package": "package/cli.js" diff --git a/package.json b/package.json index 5516aa6..1ab4452 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stream-deck-billables-harvest", "description": "Track time in Harvest on Stream Deck and display time tracked compared with billable hours assigned in Forecast.", - "version": "0.3.0", + "version": "0.3.1", "license": "GPL-3.0-or-later", "author": { "name": "Emma Litwa-Vulcu", diff --git a/src/manifest.json b/src/manifest.json index 8fe66b4..2e879c9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,7 +8,7 @@ "Name": "Harvest Time Tracking & Billables", "Icon": "images/icon-default", "URL": "https://github.com/reiniiriarios/stream-deck-billables-harvest/", - "Version": "0.3.0", + "Version": "0.3.1", "Software": { "MinimumVersion": "5.0" },