diff --git a/chrome/manifest.development.json b/chrome/manifest.development.json index c41ec6781c..53d8e6c7d9 100644 --- a/chrome/manifest.development.json +++ b/chrome/manifest.development.json @@ -1,5 +1,5 @@ { - "version": "1.4.1", + "version": "1.5.0", "name": "yoroi", "manifest_version": 2, "description": "[dev] Cardano ADA wallet", diff --git a/chrome/manifest.mainnet.json b/chrome/manifest.mainnet.json index 8ffeca5fc5..1012fde5bd 100644 --- a/chrome/manifest.mainnet.json +++ b/chrome/manifest.mainnet.json @@ -1,5 +1,5 @@ { - "version": "1.4.1", + "version": "1.5.0", "name": "Yoroi", "manifest_version": 2, "description": "A simple, secure and fast Cardano ADA wallet.", diff --git a/chrome/manifest.staging.json b/chrome/manifest.staging.json index 62c0f8de97..78146514d3 100644 --- a/chrome/manifest.staging.json +++ b/chrome/manifest.staging.json @@ -1,6 +1,6 @@ { - "version": "1.4.1", - "version_name": "st-1.4.1", + "version": "1.5.0", + "version_name": "st-1.5.0", "name": "Yoroi Staging", "manifest_version": 2, "description": "[staging] Cardano ADA wallet", diff --git a/chrome/manifest.test.json b/chrome/manifest.test.json index 66a67d98b6..d7e8d77c6c 100644 --- a/chrome/manifest.test.json +++ b/chrome/manifest.test.json @@ -1,5 +1,5 @@ { - "version": "1.4.1", + "version": "1.5.0", "name": "yoroi", "manifest_version": 2, "description": "[localhost] Cardano ADA wallet", diff --git a/chrome/manifest.testnet.json b/chrome/manifest.testnet.json index 6af6c6e7e9..80bad6c728 100644 --- a/chrome/manifest.testnet.json +++ b/chrome/manifest.testnet.json @@ -1,6 +1,6 @@ { - "version": "1.4.1", - "version_name": "tn-1.4.1", + "version": "1.5.0", + "version_name": "tn-1.5.0", "name": "yoroi", "manifest_version": 2, "description": "[testnet] Cardano ADA wallet", diff --git a/package-lock.json b/package-lock.json index 49b8f6af69..729b36e357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "yoroi", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f1f59f3bd..c87435eb7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yoroi", - "version": "1.4.0", + "version": "1.5.0", "description": "Cardano ADA wallet", "scripts": { "dev": "node scripts/start --env 'development'",