Skip to content

Commit 71974a6

Browse files
authored
Merge pull request #12 from zonayedpca/v1.0.0
Release
2 parents 91998e8 + eea2336 commit 71974a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtop",
3-
"version": "0.10.0-beta",
3+
"version": "1.0.0",
44
"description": "DevTop - Essential Tools for Developers",
55
"main": "app.js",
66
"author": {

src/controller/checkForUpdates.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ let appUpdater = {
1010
};
1111

1212
autoUpdater.autoDownload = false;
13-
autoUpdater.allowPrerelease = true;
1413

1514
autoUpdater.on('error', error => {
1615
dialog.showErrorBox(

0 commit comments

Comments
 (0)