Skip to content

Commit

Permalink
bump version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 7, 2024
1 parent b7576c4 commit 4cbc05c
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.9.4",
"version": "0.9.5",
"license": "MIT",
"repository": "https://github.com/monero-ecosystem/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.9.4";
return "0.9.5";
}

/**
Expand Down

0 comments on commit 4cbc05c

Please sign in to comment.