Skip to content

Commit 19f03b4

Browse files
committed
v0.10.3
1 parent a62fe49 commit 19f03b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "one-wallet-web",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"private": true,
55
"license": "Apache-2.0",
66
"main": "client.js",

code/lib/config/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const DEBUG = process.env.DEBUG
33
module.exports = {
44
appId: 'ONEWallet',
55
appName: '1wallet',
6-
version: 'v0.10.2',
6+
version: 'v0.10.3',
77
minWalletVersion: parseInt(process.env.MIN_WALLET_VERSION || 3),
88
minUpgradableVersion: parseInt(process.env.MIN_UPGRADABLE_WALLET_VERSION || 9),
99
defaults: {

0 commit comments

Comments
 (0)