From b17df67354f9dee956f070a9a0d8d5b6c5f9e655 Mon Sep 17 00:00:00 2001 From: ong-ar Date: Mon, 6 Feb 2023 15:21:13 +0900 Subject: [PATCH] v0.4.4 --- .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 00abb96f4..0d39e43eb 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ RUN_MODE=production -VERSION=0.4.3 \ No newline at end of file +VERSION=0.4.4 \ No newline at end of file diff --git a/.env.development b/.env.development index 1e9436575..91c3a2fbb 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ RUN_MODE=development -VERSION=0.4.3 \ No newline at end of file +VERSION=0.4.4 \ No newline at end of file diff --git a/package.json b/package.json index 9a03f6610..134d1cdb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmostation", - "version": "0.4.3", + "version": "0.4.4", "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 8971dec9a..94a940fcc 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.3", + "version": "0.4.4", "action": { "default_icon": { "16": "icon16-dark.png", "24": "icon24-dark.png", "32": "icon32-dark.png" }, "default_popup": "popup.html"