Skip to content

Commit

Permalink
bump version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 28, 2024
1 parent 5d5c1b3 commit d96d39a
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.1",
"version": "0.10.2",
"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.1";
return "0.10.2";
}

/**
Expand Down

0 comments on commit d96d39a

Please sign in to comment.