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",