diff --git a/package-lock.json b/package-lock.json index 4504a19..c17a031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stream-deck-billables-harvest", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stream-deck-billables-harvest", - "version": "0.1.4", + "version": "0.1.5", "license": "GPL-3.0-or-later", "devDependencies": { "copy-webpack-plugin": "^11.0.0", diff --git a/package.json b/package.json index 4b04d31..51e0f00 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.1.4", + "version": "0.1.5", "license": "GPL-3.0-or-later", "author": { "name": "Emma Litwa-Vulcu", diff --git a/src/manifest.json b/src/manifest.json index dc90b1a..c6f3fde 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.1.4", + "Version": "0.1.5", "Software": { "MinimumVersion": "5.0" },