Skip to content

Commit

Permalink
bump version, don't automatically downgrade app
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmark committed Oct 17, 2018
1 parent 4802b77 commit 98973c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vizier",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"author": "Ryan Mark <[email protected]>",
"description": "Create, manage and publish ai2html projects",
"license": "BSD-3-Clause",
Expand Down
1 change: 1 addition & 0 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ app.on('ready', () => {
if (process.env.NODE_ENV === 'production') {
// This is supposedly unnecessary. But it doesn't work without it.
autoUpdater.channel = AUTOUPDATE_CHANNEL
autoUpdater.allowDowngrade = false
autoUpdater.setFeedURL('https://apps.voxmedia.com/vizapp/')

autoUpdater.checkForUpdatesAndNotify()
Expand Down

0 comments on commit 98973c5

Please sign in to comment.