Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
* generateLegacy seed is now optional
  • Loading branch information
numsu committed Mar 7, 2021
1 parent c44873d commit b445929
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const valid = tools.validateMnemonic('edge defense waste choose enrich upon flee
### In web
```html
<script src="https://unpkg.com/[email protected].0" type="text/javascript"></script>
<script src="https://unpkg.com/[email protected].1" type="text/javascript"></script>
<script type="text/javascript">
NanocurrencyWeb.wallet.generate(...);
</script>
Expand Down
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": "nanocurrency-web",
"version": "1.3.0",
"version": "1.3.1",
"description": "Toolkit for Nano cryptocurrency client side offline integrations",
"author": "Miro Metsänheimo <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit b445929

Please sign in to comment.