From 2ab1e95c8eb136185f58910e0911a29cca7a2db7 Mon Sep 17 00:00:00 2001 From: ong-ar Date: Fri, 21 Apr 2023 11:42:15 +0900 Subject: [PATCH] v0.4.21 --- .env | 2 +- .env.development | 2 +- package.json | 2 +- public/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index d0d4a781f..1c216e8be 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ RUN_MODE=production -VERSION=0.4.20 \ No newline at end of file +VERSION=0.4.21 \ No newline at end of file diff --git a/.env.development b/.env.development index 2fa15d3c4..2bd491fdd 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ RUN_MODE=development -VERSION=0.4.20 \ No newline at end of file +VERSION=0.4.21 \ No newline at end of file diff --git a/package.json b/package.json index 790cad0ad..02a8fa942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmostation", - "version": "0.4.20", + "version": "0.4.21", "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 f937fe84f..2d2db4929 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.20", + "version": "0.4.21", "action": { "default_icon": { "16": "icon16-dark.png", "24": "icon24-dark.png", "32": "icon32-dark.png" }, "default_popup": "popup.html"