From 5756b297c4824ef23733292363629668e41c3367 Mon Sep 17 00:00:00 2001 From: Architektor Date: Fri, 5 Jan 2018 19:58:43 +0200 Subject: [PATCH] chore: bumped version to 2.4.1 --- app/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index 3a11aae24..972de10fe 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "Chronos", "productName": "Chronos", - "version": "2.4.0", + "version": "2.4.1", "description": "Native app for time-tracking fully integrated with JIRA", "main": "./main.prod.js", "scripts": { diff --git a/package.json b/package.json index 6ffba125e..e2ec91488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Chronos", - "version": "2.4.0", + "version": "2.4.1", "description": "Full functionality time tracking software with direct JIRA integration", "scripts": { "build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",