Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorpher committed Sep 8, 2021
1 parent 18615b0 commit d0aa025
Show file tree
Hide file tree
Showing 3 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.10.1",
"version": "0.10.2",
"private": true,
"license": "Apache-2.0",
"main": "client.js",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/config/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const DEBUG = process.env.DEBUG
module.exports = {
appId: 'ONEWallet',
appName: '1wallet',
version: 'v0.10.1',
version: 'v0.10.2',
minWalletVersion: parseInt(process.env.MIN_WALLET_VERSION || 3),
minUpgradableVersion: parseInt(process.env.MIN_UPGRADABLE_WALLET_VERSION || 9),
defaults: {
Expand Down
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "one-wallet-core",
"version": "0.10.1",
"version": "0.10.2",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit d0aa025

Please sign in to comment.