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.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed Apr 25, 2017
1 parent d79acc3 commit cd1d934
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.2.0",
"version": "v1.2.1",
"releaseName": "Blue Moon",
"main": "dist/main.js",
"author": "NebulousLabs",
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.2.0}
siaVersion=${4:-v1.2.0}
uiVersion=${3:-v1.2.1}
siaVersion=${4:-v1.2.1}
electronVersion=${5:-v1.6.4}

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

0 comments on commit cd1d934

Please sign in to comment.