diff --git a/README.md b/README.md index bc4d98917d..1e173dd472 100644 --- a/README.md +++ b/README.md @@ -489,4 +489,8 @@ Those contracts (except Ethereum-specific WALLET, xWALLET and SupplyController) ### v0.7.3 - fix / check if tokens or NFTs are about to be sent to a known smart contract address - fix / submit sign form on enter -- fix / always add the latest gas tank commitment \ No newline at end of file +- fix / always add the latest gas tank commitment + +### v0.7.4 +- update / ambire.common - v1.0.1 +- bug / walletConnect two sources of truth for connections (localStorage and WC) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0669b93153..a494b0f2cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ambire-wallet", - "version": "0.7.3", + "version": "0.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ambire-wallet", - "version": "0.7.3", + "version": "0.7.4", "hasInstallScript": true, "dependencies": { "@0x/subproviders": "^6.6.5", diff --git a/package.json b/package.json index 96180a7e89..a1ebdb6632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ambire-wallet", - "version": "0.7.3", + "version": "0.7.4", "private": true, "homepage": "./", "dependencies": {