Skip to content

Commit

Permalink
update monero-cpp to fix default restore height
Browse files Browse the repository at this point in the history
bump version and update dist
  • Loading branch information
woodser committed Jan 5, 2023
1 parent 6dfceed commit 4d34b44
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,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.5`
2. `npm install monero-javascript@0.7.6`
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
Binary file modified dist/monero_wallet_full.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.5",
"version": "0.7.6",
"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.5";
return "0.7.6";
}

/**
Expand Down

0 comments on commit 4d34b44

Please sign in to comment.