Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Dec 10, 2017
1 parent c3214ea commit 9b8d6e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1.8-beta",
"version": "0.1.9-beta",
"description": "UBports Installer",
"main": "src/main.js",
"bin": "./src/main.js",
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ubports-installer
version: 0.1.8-beta
version: 0.1.9-beta
summary: ubports-installer
description: UBports Installer, install Ubuntu Touch on your device.
icon: build/icons/icon.png
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author: Marius Gripsgard <[email protected]>
*/

const version = "0.1.8-beta"
const version = "0.1.9-beta"

const http = require("request");
const progress = require("request-progress");
Expand Down

0 comments on commit 9b8d6e2

Please sign in to comment.