Skip to content

Commit

Permalink
bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 21, 2024
1 parent 4383e30 commit 35eda3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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-ts",
"description": "A TypeScript library for using Monero",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"repository": "https://github.com/woodser/monero-ts",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/main/ts/common/MoneroUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class MoneroUtils {
* @return {string} the version of this monero-ts library
*/
static getVersion() {
return "0.10.0";
return "0.10.1";
}

/**
Expand Down

0 comments on commit 35eda3c

Please sign in to comment.