diff --git a/.env b/.env index 11f6add39..e121246c4 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ RUN_MODE=production -VERSION=0.4.16 \ No newline at end of file +VERSION=0.4.17 \ No newline at end of file diff --git a/.env.development b/.env.development index eed4543d5..5281d651a 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ RUN_MODE=development -VERSION=0.4.16 \ No newline at end of file +VERSION=0.4.17 \ No newline at end of file diff --git a/package.json b/package.json index 738b003e9..ea899a1c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmostation", - "version": "0.4.16", + "version": "0.4.17", "description": "chrome extension cosmos wallet", "scripts": { "postinstall": "git config --local core.hooksPath ./git-hooks", diff --git a/public/manifest.json b/public/manifest.json index 8391db5a9..13ebe29e5 100644 --- a/public/manifest.json +++ b/public/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.4.16", + "version": "0.4.17", "action": { "default_icon": { "16": "icon16-dark.png", "24": "icon24-dark.png", "32": "icon32-dark.png" }, "default_popup": "popup.html"