From 7c0a55fbea987a693f5ef7bbcd39ffb40319eb85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Bordalo?= Date: Thu, 18 Apr 2024 14:29:55 +0000 Subject: [PATCH] v0.6.4 --- manifest/manifest.v2.json | 2 +- manifest/manifest.v3.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest/manifest.v2.json b/manifest/manifest.v2.json index 4eed4b10..47300843 100644 --- a/manifest/manifest.v2.json +++ b/manifest/manifest.v2.json @@ -1,6 +1,6 @@ { "name": "marina", - "version": "0.6.3", + "version": "0.6.4", "manifest_version": 2, "description": "Liquid Wallet Web Extension", "permissions": [ diff --git a/manifest/manifest.v3.json b/manifest/manifest.v3.json index c8229ff6..27925d02 100644 --- a/manifest/manifest.v3.json +++ b/manifest/manifest.v3.json @@ -1,7 +1,7 @@ { "name": "Marina", "description": "Liquid wallet web extension (v3)", - "version": "0.6.3", + "version": "0.6.4", "manifest_version": 3, "background": { "service_worker": "background-script.js" diff --git a/package.json b/package.json index 9720a3fd..5a649808 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marina", - "version": "0.6.3", + "version": "0.6.4", "private": true, "scripts": { "start": "NETWORK=regtest webpack --config webpack.dev.js --env version=v2",