Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
bump v1.3.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirpathak97 committed Jun 26, 2018
1 parent aaa7864 commit fc3d34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "audius",
"productName": "Audius",
"version": "1.3.0-alpha2",
"version": "1.3.0-beta1",
"description": "A cross-platform app for downloading songs from YouTube and Spotify",
"author": {
"name": "Mihir Pathak",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/AutoUpdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

const {autoUpdater} = require("electron-updater");
autoUpdater.channel = 'alpha';
autoUpdater.channel = 'beta';
autoUpdater.checkForUpdatesAndNotify();

// Done in two lines :)

0 comments on commit fc3d34f

Please sign in to comment.