From 5b184c32eb2cd4ffd1500b2a3bbd8bedaf271ca4 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 2 Apr 2018 22:02:54 +0200 Subject: [PATCH] 1.10.7 --- CHANGELOG.md | 5 +++++ app-src/scripts/version.js | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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)",