diff --git a/.env.chrome b/.env.chrome index 524a45bdf..442610a84 100644 --- a/.env.chrome +++ b/.env.chrome @@ -1,4 +1,4 @@ BROWSER=chrome RUN_MODE=production -VERSION=0.7.23 +VERSION=0.7.24 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX diff --git a/.env.chrome.development b/.env.chrome.development index e6fa8e57e..39275f5a4 100644 --- a/.env.chrome.development +++ b/.env.chrome.development @@ -1,4 +1,4 @@ BROWSER=chrome RUN_MODE=development -VERSION=0.7.23 +VERSION=0.7.24 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX \ No newline at end of file diff --git a/.env.firefox b/.env.firefox index 22ca66d5d..330f4709e 100644 --- a/.env.firefox +++ b/.env.firefox @@ -1,4 +1,4 @@ BROWSER=firefox RUN_MODE=production -VERSION=0.7.23 +VERSION=0.7.24 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX diff --git a/.env.firefox.development b/.env.firefox.development index b1aa79c9a..2bd165630 100644 --- a/.env.firefox.development +++ b/.env.firefox.development @@ -1,4 +1,4 @@ BROWSER=firefox RUN_MODE=development -VERSION=0.7.23 +VERSION=0.7.24 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX diff --git a/chrome/manifest.json b/chrome/manifest.json index 20faa4e78..36d64fa72 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Cosmostation Wallet", "description": "Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.", - "version": "0.7.23", + "version": "0.7.24", "action": { "default_icon": { "16": "icon16-dark.png", "24": "icon24-dark.png", "32": "icon32-dark.png" }, "default_popup": "popup.html" diff --git a/firefox/manifest.json b/firefox/manifest.json index b030f9d1c..c5e0c071b 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -7,7 +7,7 @@ }, "name": "Cosmostation Wallet", "description": "Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.", - "version": "0.7.23", + "version": "0.7.24", "action": { "default_icon": { "16": "icon16-dark.png", diff --git a/package.json b/package.json index 31ce3cf51..a1a26dc66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmostation", - "version": "0.7.23", + "version": "0.7.24", "description": "chrome extension cosmos wallet", "scripts": { "postinstall": "git config --local core.hooksPath ./git-hooks",