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
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirpathak97 committed Sep 24, 2018
1 parent 35f981a commit aded082
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.5.0] - 2018-08-19
** NOTE - ** This is the final release for 1.x.x. I will shortly begin work on 2.x :grin:

This branch may or may not recieve bug fixes. Feel free to fork the repo and make changes

### Changed
- Updated node packages
- electron - 2.0.7 -> 2.0.10

## [1.5.0-beta1] - 2018-08-19
### Added
- Logging! Now it's easier to debug the application
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.5.0-beta1",
"version": "1.5.0",
"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 aded082

Please sign in to comment.