From abaa83fae09c2dab816f99b08e2458c24b71e97a Mon Sep 17 00:00:00 2001 From: owlsua Date: Tue, 1 Oct 2024 10:49:34 +0200 Subject: [PATCH] pump version --- package-lock.json | 4 ++-- package.json | 2 +- public/manifestDefault.json | 2 +- public/manifestFirefox.json | 2 +- src/components/composed/Navigation/Navigation.js | 2 +- src/pages/CreateRestore/CreateRestore.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2823ab52..66a44dd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "browser-extension", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "browser-extension", - "version": "1.3.1", + "version": "1.3.2", "dependencies": { "@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3", "@mintlayer/entropy-generator": "^1.0.4", diff --git a/package.json b/package.json index 189e1f9e..fea9cf2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-extension", - "version": "1.3.1", + "version": "1.3.2", "private": true, "dependencies": { "@mintlayer/entropy-generator": "^1.0.4", diff --git a/public/manifestDefault.json b/public/manifestDefault.json index b0496bcd..f6e4558e 100644 --- a/public/manifestDefault.json +++ b/public/manifestDefault.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Mojito - A Mintlayer Wallet", - "version": "1.3.1", + "version": "1.3.2", "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 29c8bc8b..b939d018 100644 --- a/public/manifestFirefox.json +++ b/public/manifestFirefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Mojito - A Mintlayer Wallet", - "version": "1.3.1", + "version": "1.3.2", "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/", "icons": { diff --git a/src/components/composed/Navigation/Navigation.js b/src/components/composed/Navigation/Navigation.js index 44f8ffce..ddf90d70 100644 --- a/src/components/composed/Navigation/Navigation.js +++ b/src/components/composed/Navigation/Navigation.js @@ -183,7 +183,7 @@ const Navigation = ({ customNavigation }) => { Logout )} - v1.3.1 + v1.3.2 ) diff --git a/src/pages/CreateRestore/CreateRestore.js b/src/pages/CreateRestore/CreateRestore.js index 20cb8718..09d83ae1 100644 --- a/src/pages/CreateRestore/CreateRestore.js +++ b/src/pages/CreateRestore/CreateRestore.js @@ -76,7 +76,7 @@ const CreateRestorePage = () => { className="footnote-version" data-testid="footnote-name" > - v1.3.1 + v1.3.2