From 8fb737944be902fee3cd0e13d2d9428a4b90061f Mon Sep 17 00:00:00 2001 From: Emma Litwa-Vulcu <80431903+reiniiriarios@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:28:14 -0800 Subject: [PATCH] chore: update to 0.5.2 --- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c96b4f0..bafddf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stream-deck-billables-harvest", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stream-deck-billables-harvest", - "version": "0.5.1", + "version": "0.5.2", "license": "GPL-3.0-or-later", "bin": { "package": "package/cli.js" diff --git a/package.json b/package.json index c87ef2e..ab22f09 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.5.1", + "version": "0.5.2", "license": "GPL-3.0-or-later", "author": { "name": "Emma Litwa-Vulcu", diff --git a/src/manifest.json b/src/manifest.json index db86ad4..ec2ee76 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.5.1", + "Version": "0.5.2", "Software": { "MinimumVersion": "5.0" },