We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62fe49 commit 19f03b4Copy full SHA for 19f03b4
code/client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "one-wallet-web",
3
- "version": "0.10.2",
+ "version": "0.10.3",
4
"private": true,
5
"license": "Apache-2.0",
6
"main": "client.js",
code/lib/config/common.js
@@ -3,7 +3,7 @@ const DEBUG = process.env.DEBUG
module.exports = {
appId: 'ONEWallet',
appName: '1wallet',
- version: 'v0.10.2',
+ version: 'v0.10.3',
7
minWalletVersion: parseInt(process.env.MIN_WALLET_VERSION || 3),
8
minUpgradableVersion: parseInt(process.env.MIN_UPGRADABLE_WALLET_VERSION || 9),
9
defaults: {
0 commit comments