Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
bump version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed Mar 16, 2017
1 parent 31262f7 commit 8260e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Sia-UI",
"version": "v1.1.1",
"version": "v1.1.2",
"main": "dist/main.js",
"author": "NebulousLabs",
"description": "A UI application for interfacing with Sia",
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Expand Up @@ -22,8 +22,8 @@ npm install
rm -rf ./dist
npm run build-production

uiVersion=${3:-v1.1.1}
siaVersion=${4:-v1.1.1}
uiVersion=${3:-v1.1.2}
siaVersion=${4:-v1.1.2}
electronVersion=${5:-v1.4.15}

# fourth argument is the public key file path.
Expand Down

0 comments on commit 8260e1a

Please sign in to comment.