From 1fce341e9e2f1307809b8b1c7984f85c35cc83ac Mon Sep 17 00:00:00 2001 From: ong-ar Date: Wed, 16 Nov 2022 16:38:34 +0900 Subject: [PATCH] v0.3.1 --- .env | 2 +- package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 8ea808a23..d16e8647e 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ RUN_MODE=production -VERSION=0.3.0 \ No newline at end of file +VERSION=0.3.1 \ No newline at end of file diff --git a/package.json b/package.json index 704b73807..f4ae3df07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmostation", - "version": "0.3.0", + "version": "0.3.1", "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 9d3393505..881215119 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Cosmostation", "description": "Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.", - "version": "0.3.0", + "version": "0.3.1", "action": { "default_icon": { "16": "icon16-dark.png", "24": "icon24-dark.png", "32": "icon32-dark.png" }, "default_popup": "popup.html"