Skip to content

Commit

Permalink
Merge pull request #12 from zonayedpca/v1.0.0
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
zonayedpca authored Sep 24, 2019
2 parents 91998e8 + eea2336 commit 71974a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtop",
"version": "0.10.0-beta",
"version": "1.0.0",
"description": "DevTop - Essential Tools for Developers",
"main": "app.js",
"author": {
Expand Down
1 change: 0 additions & 1 deletion src/controller/checkForUpdates.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ let appUpdater = {
};

autoUpdater.autoDownload = false;
autoUpdater.allowPrerelease = true;

autoUpdater.on('error', error => {
dialog.showErrorBox(
Expand Down

0 comments on commit 71974a6

Please sign in to comment.