Skip to content

Commit

Permalink
v1.0.0-RC46-MB
Browse files Browse the repository at this point in the history
  • Loading branch information
MButcho committed Jul 10, 2020
1 parent ede088c commit 3570aea
Show file tree
Hide file tree
Showing 17 changed files with 424 additions and 307 deletions.
Binary file added artwork/cryptoname.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/build-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ npm ls node-gyp


# to auto build a releases
git commit -am v1.0.0-RC45-MB;
git tag v1.0.0-RC45-MB;
git commit -am v1.0.0-RC46-MB;
git tag v1.0.0-RC46-MB;
git push;
git push --tags;

## to delete release tags
git push --delete origin v1.0.0-RC45-MB;
git tag -d v1.0.0-RC45-MB;
git push --delete origin v1.0.0-RC46-MB;
git tag -d v1.0.0-RC46-MB;
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.0-RC45-MB",
"version": "v1.0.0-RC46-MB",
"description": "elastos light wallet",
"productName": "Elastos Light Wallet",
"main": "index.js",
Expand Down
Loading

0 comments on commit 3570aea

Please sign in to comment.