Skip to content

Commit

Permalink
Version 0.1.5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Aug 24, 2017
1 parent c544214 commit a6cf4f1
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": "ubports-installer",
"version": "0.1.4-beta",
"version": "0.1.5-beta",
"description": "Ubports installer",
"main": "src/main.js",
"bin": "./src/main.js",
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.4-beta"
const version = "0.1.5-beta"

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

0 comments on commit a6cf4f1

Please sign in to comment.