From 1a80880e9e97c3d74725026cb2306f08bbef07cb Mon Sep 17 00:00:00 2001 From: Thamara Andrade Date: Mon, 22 Jun 2020 00:53:40 -0300 Subject: [PATCH] Bump to 1.5.3 --- changelog.txt | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 2ffd878cc..f546cec74 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,7 @@ -1.5.2 (in development) +1.5.3 (in development) +------------------------------------------------------------------------ + +1.5.2 ------------------------------------------------------------------------ - Fix: [#27] Adding day balance on when to leave bar after day is done - Fix: [#209] Punch time button to only fill one entry (not the entire row) diff --git a/package-lock.json b/package-lock.json index 4cb1e7424..4614a248d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "time-to-leave", - "version": "1.5.2-dev", + "version": "1.5.3-dev", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20594199e..10878aee5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "time-to-leave", "productName": "Time to Leave", - "version": "1.5.2-dev", + "version": "1.5.3-dev", "description": "Log work hours and get notified when it's time to leave the office and start to live.", "author": "Thamara Andrade", "homepage": "https://github.com/thamara/time-to-leave#readme",