diff --git a/package-lock.json b/package-lock.json index aaabdc9d..59132530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "browser-extension", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "browser-extension", - "version": "1.1.5", + "version": "1.1.6", "dependencies": { "@mintlayer/entropy-generator": "^1.0.2", "@testing-library/jest-dom": "^6.1.4", diff --git a/package.json b/package.json index fa8fe0ba..50cf43a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-extension", - "version": "1.1.5", + "version": "1.1.6", "private": true, "dependencies": { "@mintlayer/entropy-generator": "^1.0.2", diff --git a/public/manifestDefault.json b/public/manifestDefault.json index 332d529a..ddc03a4a 100644 --- a/public/manifestDefault.json +++ b/public/manifestDefault.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Mojito - A Mintlayer Wallet", - "version": "1.1.5", + "version": "1.1.6", "short_name": "Mojito", "description": "Mojito is a non-custodial decentralized crypto wallet that lets you send and receive BTC and ML from any other address.", "homepage_url": "https://www.mintlayer.org/", diff --git a/public/manifestFirefox.json b/public/manifestFirefox.json index 3c62a21f..b5456696 100644 --- a/public/manifestFirefox.json +++ b/public/manifestFirefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Mojito - A Mintlayer Wallet", - "version": "1.1.5", + "version": "1.1.6", "short_name": "Mojito", "description": "Mojito is a non-custodial decentralized crypto wallet that lets you send and receive BTC and ML from any other address.", "homepage_url": "https://www.mintlayer.org/",