Skip to content

Commit

Permalink
1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 11, 2018
1 parent eeefbff commit 4bfc52a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.9.1"></a>
## [1.9.1](https://github.com/johannesjo/super-productivity/compare/v1.9.0...v1.9.1) (2018-03-11)


### Features

* **gDriveSync:** better error case handling ([eeefbff](https://github.com/johannesjo/super-productivity/commit/eeefbff))
* **gDriveSync:** improve sync file selection ([52722c7](https://github.com/johannesjo/super-productivity/commit/52722c7))
* **gDriveSync:** wait for login before syncing ([8aa264f](https://github.com/johannesjo/super-productivity/commit/8aa264f))



<a name="1.9.0"></a>
# [1.9.0](https://github.com/johannesjo/super-productivity/compare/v1.8.3...v1.9.0) (2018-03-11)

Expand Down
2 changes: 1 addition & 1 deletion app-src/scripts/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular
.module('superProductivity')
.constant('VERSION', '1.9.0');
.constant('VERSION', '1.9.1');

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "1.9.0",
"version": "1.9.1",
"description": "Personal Task Management App to help you with your daily struggle with JIRA etc.",
"main": "./electron/main.js",
"author": "Johannes Millan <[email protected]> (http://super-productivity.com)",
Expand Down

0 comments on commit 4bfc52a

Please sign in to comment.