Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
monokh committed Oct 16, 2020
1 parent e6807fe commit 30a9efe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquality-wallet",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"license": "MIT",
"author": "Liquality <[email protected]>",
Expand Down
8 changes: 6 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -25,7 +25,11 @@
},
"content_scripts": [
{
"matches": ["file://*/*", "http://*/*", "https://*/*"],
"matches": [
"file://*/*",
"http://*/*",
"https://*/*"
],
"js": [
"js/content-script.js"
],
Expand Down
1 change: 0 additions & 1 deletion src/views/Swap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30a9efe

Please sign in to comment.