Skip to content

Commit

Permalink
bump version to v0.7.4, update dist and monero-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 28, 2022
1 parent 3464861 commit 200acd9
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ await walletFull.close(true);
## Using monero-javascript in your project

1. `cd your_project` or `mkdir your_project && cd your_project && npm init`
2. `npm install monero-javascript@0.7.3`
2. `npm install monero-javascript@0.7.4`
3. Add `require("monero-javascript")` to your application code.
4. If building a browser application, copy assets from ./dist to your web app's build directory as needed.

Expand Down
2 changes: 1 addition & 1 deletion dist/monero_wallet_full.js

Large diffs are not rendered by default.

Binary file modified dist/monero_wallet_full.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/monero_wallet_keys.js

Large diffs are not rendered by default.

Binary file modified dist/monero_wallet_keys.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/monero_web_worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/monero_web_worker.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion external/monero-cpp
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "monero-javascript",
"description": "A JavaScript library for using Monero",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"repository": "https://github.com/monero-ecosystem/monero-javascript",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/main/js/common/MoneroUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MoneroUtils {
* @return {string} the version of this monero-javascript library
*/
static getVersion() {
return "0.7.3";
return "0.7.4";
}

/**
Expand Down

0 comments on commit 200acd9

Please sign in to comment.