Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
duzda committed Aug 31, 2022
1 parent 89e1600 commit 3f1d283
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,6 +1,6 @@
{
"name": "deezer-enhanced",
"version": "0.3.0",
"version": "0.3.1",
"description": "An unofficial application for Deezer with enhanced features, that is not just an electron wrapper.",
"homepage": "https://github.com/duzda/deezer-enhanced",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/window/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Window extends BrowserWindow {
this.webContents.on('did-fail-load', (e, errCode, errorDescription) => {
let message = errorDescription;
switch (errCode) {
case -2: message = 'No internet connection, if you\'re updating the app, delete the ~/.config/deezer-enhanced folder';
case -2: message = 'No internet connection';
}
dialog.showErrorBox('Error', message + ', Error ID: ' + errCode);
this.destroy();
Expand Down

0 comments on commit 3f1d283

Please sign in to comment.