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": {