Skip to content

Commit

Permalink
bump version to 0.9.9 and update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jul 4, 2024
1 parent cfbd916 commit 039d11d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/dist/monero_web_worker.js.map

Large diffs are not rendered by default.

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.

4 changes: 2 additions & 2 deletions dist/src/main/ts/common/MoneroUtils.js

Large diffs are not rendered by default.

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.8",
"version": "0.9.9",
"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.9.8";
return "0.9.9";
}

/**
Expand Down

0 comments on commit 039d11d

Please sign in to comment.