Skip to content

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzzzen committed Nov 25, 2018
1 parent d6e7dbe commit 10e0c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions objects/handlers/ChampionSelectHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ class ChampionSelectHandler {

document.getElementById('home').innerHTML += `<div id="crash"><center><p style="margin-top: 18%;width:95%;color: #c0392b;"><span style="color: #b88d35;">${i18n.__('champion-select-internal-error')}</span><br><br>${error}</p><p class="suboption-name">${i18n.__('settings-restart-app')}</p><button class="btn normal" onclick="ipcRenderer.send('restart')">${i18n.__('settings-restart-app-button')}</button></center></div>`;
console.error(error);

return Error(error);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manaflux",
"version": "2.1.7",
"version": "2.1.8",
"description": "Manaflux downloads automatically your runes, itemsets, and summonerspells and injects them to your League client seamlessly!",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 10e0c5c

Please sign in to comment.