Skip to content

Commit 30a9efe

Browse files
committed
v0.6.1
1 parent e6807fe commit 30a9efe

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquality-wallet",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"private": true,
55
"license": "MIT",
66
"author": "Liquality <info@liquality.io>",

src/manifest.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"name": "Liquality Wallet",
55
"description": "Secure multi-crypto wallet with built-in Atomic Swaps!",
66
"homepage_url": "https://liquality.io",
@@ -25,7 +25,11 @@
2525
},
2626
"content_scripts": [
2727
{
28-
"matches": ["file://*/*", "http://*/*", "https://*/*"],
28+
"matches": [
29+
"file://*/*",
30+
"http://*/*",
31+
"https://*/*"
32+
],
2933
"js": [
3034
"js/content-script.js"
3135
],

src/views/Swap.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ export default {
269269
return format(add(new Date(), { hours: 6 }), 'h:mm a')
270270
},
271271
totalFees () {
272-
273272
const fees = {
274273
[this.assetChain]: null,
275274
[this.toAssetChain]: null

0 commit comments

Comments
 (0)