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

Commit

Permalink
bump v1.5.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirpathak97 committed Aug 19, 2018
1 parent 35c55c8 commit 263d7e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.5.0-beta1] - 2018-08-19
### Added
- Logging! Now it's easier to debug the application
- Log files location is platform dependent

### Changed
- Updated node packages
- electron - 2.0.2 -> 2.0.7
- electron-updater - 2.21.10 -> 3.1.1
- And more!

## [1.4.2] - 2018-08-18
### Fixed
- Uncaught error while fetching access token in main process
Expand Down
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.4.2",
"version": "1.5.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 @@ -13,7 +13,7 @@ var log = require('electron-log');
* Refer electron-builder docs
*/
log.info('[AutoUpdater.js] Checking for updates');
// autoUpdater.channel = 'beta';
autoUpdater.channel = 'beta';
autoUpdater.checkForUpdatesAndNotify();

// Done in two lines :)

0 comments on commit 263d7e7

Please sign in to comment.