From 4bb95f8edd297bdfd1ed966169fa4b544cc91ef0 Mon Sep 17 00:00:00 2001 From: Richard Guerre Date: Mon, 19 Jul 2021 22:22:30 +0200 Subject: [PATCH] bump version --- client/package.json | 2 +- electron/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index e900655a..1cb06de1 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "devtime", - "version": "0.5.0", + "version": "0.5.1", "private": true, "dependencies": { "@react-hook/window-size": "^1.0.12", diff --git a/electron/package.json b/electron/package.json index eaaa855f..aab63193 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "devtime", - "version": "0.5.0", + "version": "0.5.1", "description": "Automatically track applications usage and working time", "author": "GitStart ", "license": "GPL-2.0",