From f946087d0eb016a9ae9404fb94ae1521e9add9d9 Mon Sep 17 00:00:00 2001 From: Emma Litwa-Vulcu <80431903+reiniiriarios@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:42:24 -0800 Subject: [PATCH] chore: update to 0.5.3 --- 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 ce280b7..3059e3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stream-deck-billables-harvest", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stream-deck-billables-harvest", - "version": "0.5.2", + "version": "0.5.3", "license": "GPL-3.0-or-later", "bin": { "package": "package/cli.js" diff --git a/package.json b/package.json index 41000bd..31f033f 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.2", + "version": "0.5.3", "license": "GPL-3.0-or-later", "author": { "name": "Emma Litwa-Vulcu", diff --git a/src/manifest.json b/src/manifest.json index ec2ee76..1198318 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.2", + "Version": "0.5.3", "Software": { "MinimumVersion": "5.0" },