Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Oct 3, 2019
1 parent 0e3f92b commit a0958ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ubports-installer",
"version": "0.3.0-beta",
"version": "0.3.1-beta",
"description": "The easy way to install Ubuntu Touch on UBports devices. A friendly cross-platform Installer for Ubuntu Touch. Just connect a supported device to your PC, follow the on-screen instructions and watch this awesome tool do all the rest.",
"keywords": [
"Ubuntu",
Expand Down
1 change: 0 additions & 1 deletion src/html/scripts/main.pug
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ script.
});

ipcRenderer.on("device:select:data-ready", (event, output, device, channels, ubuntuCom, autoDetected, isLegacyAndroid) => {
console.log("yep")
views.show("install");
$("#options-channel").append(channels);
options.optionsValToUser();
Expand Down

0 comments on commit a0958ca

Please sign in to comment.