This commit is contained in:
Johannes Millan 2018-04-02 22:02:54 +02:00
parent f95f2ca062
commit 5b184c32eb
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
<a name="1.10.7"></a>
## [1.10.7](https://github.com/johannesjo/super-productivity/compare/v1.10.6...v1.10.7) (2018-04-02)
<a name="1.10.6"></a>
## [1.10.6](https://github.com/johannesjo/super-productivity/compare/v1.10.5...v1.10.6) (2018-04-02)

View file

@ -1,4 +1,4 @@
angular
.module('superProductivity')
.constant('VERSION', '1.10.6');
.constant('VERSION', '1.10.7');

View file

@ -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 <contact@super-productivity.com> (http://super-productivity.com)",