diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a4616063..44b8302e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [1.10.7](https://github.com/johannesjo/super-productivity/compare/v1.10.6...v1.10.7) (2018-04-02) + + + ## [1.10.6](https://github.com/johannesjo/super-productivity/compare/v1.10.5...v1.10.6) (2018-04-02) diff --git a/app-src/scripts/version.js b/app-src/scripts/version.js index f2ded979d6..ca808e6c2d 100644 --- a/app-src/scripts/version.js +++ b/app-src/scripts/version.js @@ -1,4 +1,4 @@ angular .module('superProductivity') - .constant('VERSION', '1.10.6'); + .constant('VERSION', '1.10.7'); \ No newline at end of file diff --git a/package.json b/package.json index 64117ebe73..7b98845927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superProductivity", - "version": "1.10.6", + "version": "1.10.7", "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)",