Skip to content

Commit

Permalink
bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 1, 2023
1 parent 1ad91a3 commit 330e75a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.8.4`
2. `npm install monero-javascript@0.9.0`
3. Add `require("monero-javascript")` to your application code.

#### Running in Node.js
Expand Down
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.8.4",
"version": "0.9.0",
"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.8.4";
return "0.9.0";
}

/**
Expand Down

0 comments on commit 330e75a

Please sign in to comment.