Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
update default fee and mixins
  • Loading branch information
davehlong committed Dec 23, 2019
1 parent 992341d commit f3f3771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "plenteumwallet",
"productName": "PlenteumWallet",
"description": "Plenteum GUI Wallet",
"version": "v0.4.5",
"version": "v0.4.8",
"homepage": "https://github.com/plenteum/plenteum-wallet-electron",
"repository": "https://github.com/plenteum/plenteum-wallet-electron",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/js/ws_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config.walletFileDefaultExt = 'ple';
config.walletServiceBinaryFilename = 'wallet-service';

// version of the bundled service (wallet-service)
config.walletServiceBinaryVersion = "v0.4.5";
config.walletServiceBinaryVersion = "v0.4.8";

// config file format supported by wallet service, possible values:
// ini --> for wallet service (or its forks) version <= v0.8.3
Expand Down

0 comments on commit f3f3771

Please sign in to comment.