Skip to content

Commit

Permalink
up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorpher committed Aug 30, 2021
1 parent eab907f commit e4f0462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "one-wallet-web",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"license": "Apache-2.0",
"main": "client.js",
Expand Down
4 changes: 2 additions & 2 deletions code/lib/config/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const DEBUG = process.env.DEBUG

module.exports = {
appId: 'ONEWallet',
appName: 'ONE Wallet',
version: 'v0.9.1',
appName: '1wallet',
version: 'v0.9.2',
minWalletVersion: parseInt(process.env.MIN_WALLET_VERSION || 3),
minUpgradableVersion: parseInt(process.env.MIN_UPGRADABLE_WALLET_VERSION || 9),
defaults: {
Expand Down

0 comments on commit e4f0462

Please sign in to comment.