Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MButcho committed May 6, 2021
1 parent 83e42ba commit 4c4f15a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions docs/build-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@ npm run dist-linux;

windows:

openssl dgst -sha512 -binary Elastos-Light-Wallet-Setup-1.0.5-RC1.exe | openssl base64 -A
openssl dgst -sha512 -binary Elastos-Light-Wallet-Setup-1.0.5.exe | openssl base64 -A

xxxx

Ubuntu 18:

openssl sha -sha512 Elastos-Light-Wallet-1.0.5-RC1.AppImage
openssl sha -sha512 Elastos-Light-Wallet-1.0.5.AppImage

xxxx

Mac:

openssl dgst -sha512 Elastos-Light-Wallet-1.0.5-RC1.dmg
openssl dgst -sha512 Elastos-Light-Wallet-1.0.5.dmg

xxxx

Expand All @@ -77,13 +77,13 @@ npm ls node-gyp


# to auto build a releases
git commit -am v1.0.5-RC1;
git tag v1.0.5-RC1;
git commit -am v1.0.5;
git tag v1.0.5;
git push;
git push --tags;

## to delete release tags
git push --delete origin v1.0.5-RC1;
git tag -d v1.0.5-RC1;
git push --delete origin v1.0.5;
git tag -d v1.0.5;
git pull;
git push;
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastos-light-wallet",
"version": "v1.0.5-RC1",
"version": "v1.0.5",
"description": "elastos light wallet",
"productName": "Elastos Light Wallet",
"main": "index.js",
Expand Down

0 comments on commit 4c4f15a

Please sign in to comment.