diff --git a/package-lock.json b/package-lock.json index e67908967..2bfed2bd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquality-wallet", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2723b4182..44dc3d846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquality-wallet", - "version": "0.6.0", + "version": "0.6.1", "private": true, "license": "MIT", "author": "Liquality ", diff --git a/src/manifest.json b/src/manifest.json index 984e37a31..112411871 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "0.6.0", + "version": "0.6.1", "name": "Liquality Wallet", "description": "Secure multi-crypto wallet with built-in Atomic Swaps!", "homepage_url": "https://liquality.io", @@ -25,7 +25,11 @@ }, "content_scripts": [ { - "matches": ["file://*/*", "http://*/*", "https://*/*"], + "matches": [ + "file://*/*", + "http://*/*", + "https://*/*" + ], "js": [ "js/content-script.js" ], diff --git a/src/views/Swap.vue b/src/views/Swap.vue index 6a421cad9..06b9070c3 100644 --- a/src/views/Swap.vue +++ b/src/views/Swap.vue @@ -269,7 +269,6 @@ export default { return format(add(new Date(), { hours: 6 }), 'h:mm a') }, totalFees () { - const fees = { [this.assetChain]: null, [this.toAssetChain]: null