From bca0571b9e8a7c01630b451fe3c61bf3c0d7cabb Mon Sep 17 00:00:00 2001 From: Rhys Bartels-Waller Date: Sun, 23 Jun 2024 22:15:13 +0100 Subject: [PATCH] chore: bump version --- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20085852..80f18aa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nami-wallet", - "version": "3.7.3", + "version": "3.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nami-wallet", - "version": "3.7.3", + "version": "3.7.4", "license": "Apache-2.0", "dependencies": { "@cardano-foundation/ledgerjs-hw-app-cardano": "^6.0.0", diff --git a/package.json b/package.json index c6923fa4..20b9d833 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nami-wallet", - "version": "3.7.3", + "version": "3.7.4", "description": "A wallet to experience Cardano to the fullest", "license": "Apache-2.0", "repository": { diff --git a/src/manifest.json b/src/manifest.json index 2be8d330..2148f5a4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Nami", - "version": "3.7.3", + "version": "3.7.4", "description": "A wallet to experience Cardano to the fullest", "background": { "service_worker": "background.bundle.js" }, "action": {