Skip to content

Commit

Permalink
bump version in MoneroUtils, update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 1, 2020
1 parent bb287f0 commit 1c96789
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/MoneroWebWorker.dist.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/MoneroWebWorker.dist.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/js/common/MoneroUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class MoneroUtils {
* @return {string} the version of this monero-javascript library
*/
static getVersion() {
return "0.4.3";
return "0.4.5";
}

// TODO: improve validation
Expand Down

0 comments on commit 1c96789

Please sign in to comment.