diff --git a/.env.chrome b/.env.chrome index 110e24b41..2b095fa3d 100644 --- a/.env.chrome +++ b/.env.chrome @@ -1,4 +1,4 @@ BROWSER=chrome RUN_MODE=production -VERSION=0.7.12 +VERSION=0.7.13 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX diff --git a/.env.chrome.development b/.env.chrome.development index 0f018560a..a98f21f1f 100644 --- a/.env.chrome.development +++ b/.env.chrome.development @@ -1,4 +1,4 @@ BROWSER=chrome RUN_MODE=development -VERSION=0.7.12 +VERSION=0.7.13 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX \ No newline at end of file diff --git a/.env.firefox b/.env.firefox index 453ea6515..e1ad5fef0 100644 --- a/.env.firefox +++ b/.env.firefox @@ -1,4 +1,4 @@ BROWSER=firefox RUN_MODE=production -VERSION=0.7.12 +VERSION=0.7.13 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX diff --git a/.env.firefox.development b/.env.firefox.development index 0cbd1de75..3ee33541e 100644 --- a/.env.firefox.development +++ b/.env.firefox.development @@ -1,4 +1,4 @@ BROWSER=firefox RUN_MODE=development -VERSION=0.7.12 +VERSION=0.7.13 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX diff --git a/chrome/manifest.json b/chrome/manifest.json index f661655fd..1985c2f5c 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.12", + "version": "0.7.13", "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 0e0ae97c9..8a3068ef2 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.12", + "version": "0.7.13", "action": { "default_icon": { "16": "icon16-dark.png", diff --git a/package.json b/package.json index 582b9ad8d..97df45806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmostation", - "version": "0.7.12", + "version": "0.7.13", "description": "chrome extension cosmos wallet", "scripts": { "postinstall": "git config --local core.hooksPath ./git-hooks",