diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b8302e90d..5662f91c12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.10.8](https://github.com/johannesjo/super-productivity/compare/v1.10.7...v1.10.8) (2018-04-02) + + +### Features + +* objectively improve success animation even more ([9340a1a](https://github.com/johannesjo/super-productivity/commit/9340a1a)) + + + ## [1.10.7](https://github.com/johannesjo/super-productivity/compare/v1.10.6...v1.10.7) (2018-04-02) diff --git a/app-src/scripts/version.js b/app-src/scripts/version.js index ca808e6c2d4..174ff6e5c3e 100644 --- a/app-src/scripts/version.js +++ b/app-src/scripts/version.js @@ -1,4 +1,4 @@ angular .module('superProductivity') - .constant('VERSION', '1.10.7'); + .constant('VERSION', '1.10.8'); \ No newline at end of file diff --git a/package.json b/package.json index 7b988459270..cf66029b8a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "1.10.7", + "version": "1.10.8", "description": "Personal Task Management App to help you with your daily struggle with JIRA etc.", "main": "./electron/main.js", "author": "Johannes Millan (http://super-productivity.com)",