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.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed Mar 14, 2018
1 parent f455716 commit cbb997a
Show file tree
Hide file tree
Showing 2 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": "Sia-UI",
"version": "v1.3.1",
"version": "v1.3.2",
"releaseName": "Capricorn",
"main": "dist/main.js",
"author": "NebulousLabs",
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ npm install
rm -rf ./dist
npm run build-production

uiVersion=${3:-v1.3.0}
siaVersion=${4:-v1.3.0}
uiVersion=${3:-v1.3.2}
siaVersion=${4:-v1.3.2}
electronVersion=${5:-v1.6.4}

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

0 comments on commit cbb997a

Please sign in to comment.