Skip to content

Commit

Permalink
Version 0.1.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogrip committed Jun 10, 2017
1 parent 66d58f8 commit 2832861
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.2-beta",
"version": "0.1.3-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.2-beta"
const version = "0.1.3-beta"

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

0 comments on commit 2832861

Please sign in to comment.