diff --git a/changelog.txt b/changelog.txt index f77fa8123..ce57dabe1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,10 +1,21 @@ -1.5.3 (in development) +1.5.5 (in development) ------------------------------------------------------------------------ - Fix: [#276] Fixed lunch of app in debian Who build 1.5.3: +1.5.4 +------------------------------------------------------------------------ +- Fix: [#276] Fixed lunch of app in debian + +Who build 1.5.3: +- thamara + + +1.5.3 - Skipped + + 1.5.2 ------------------------------------------------------------------------ - Fix: [#27] Adding day balance on when to leave bar after day is done diff --git a/package-lock.json b/package-lock.json index 1c4806a59..62cf76013 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "time-to-leave", - "version": "1.5.4", + "version": "1.5.5-dev", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d699b5e47..957090a6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "time-to-leave", "productName": "Time to Leave", - "version": "1.5.4", + "version": "1.5.5-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",