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

Commit aded082

Browse files
committed
bump v1.5.0
1 parent 35f981a commit aded082

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.5.0] - 2018-08-19
5+
** NOTE - ** This is the final release for 1.x.x. I will shortly begin work on 2.x :grin:
6+
7+
This branch may or may not recieve bug fixes. Feel free to fork the repo and make changes
8+
9+
### Changed
10+
- Updated node packages
11+
- electron - 2.0.7 -> 2.0.10
12+
413
## [1.5.0-beta1] - 2018-08-19
514
### Added
615
- Logging! Now it's easier to debug the application

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "audius",
33
"productName": "Audius",
4-
"version": "1.5.0-beta1",
4+
"version": "1.5.0",
55
"description": "A cross-platform app for downloading songs from YouTube and Spotify",
66
"author": {
77
"name": "Mihir Pathak",

src/modules/AutoUpdater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var log = require('electron-log');
1313
* Refer electron-builder docs
1414
*/
1515
log.info('[AutoUpdater.js] Checking for updates');
16-
autoUpdater.channel = 'beta';
16+
// autoUpdater.channel = 'beta';
1717
autoUpdater.checkForUpdatesAndNotify();
1818

1919
// Done in two lines :)

0 commit comments

Comments
 (0)