From ef7160b6c7e4a03193bdf7f592225b95d1328314 Mon Sep 17 00:00:00 2001 From: ong-ar Date: Wed, 29 Nov 2023 04:46:45 +0900 Subject: [PATCH] v0.7.9 --- .env.chrome | 2 +- .env.chrome.development | 2 +- .env.firefox | 2 +- .env.firefox.development | 2 +- chrome/manifest.json | 2 +- firefox/manifest.json | 2 +- package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.chrome b/.env.chrome index 3ad88f063..3d8d5cb48 100644 --- a/.env.chrome +++ b/.env.chrome @@ -1,4 +1,4 @@ BROWSER=chrome RUN_MODE=production -VERSION=0.7.8 +VERSION=0.7.9 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX diff --git a/.env.chrome.development b/.env.chrome.development index 449f9410e..9b30f7e09 100644 --- a/.env.chrome.development +++ b/.env.chrome.development @@ -1,4 +1,4 @@ BROWSER=chrome RUN_MODE=development -VERSION=0.7.8 +VERSION=0.7.9 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX \ No newline at end of file diff --git a/.env.firefox b/.env.firefox index 860c44c0e..877073376 100644 --- a/.env.firefox +++ b/.env.firefox @@ -1,4 +1,4 @@ BROWSER=firefox RUN_MODE=production -VERSION=0.7.8 +VERSION=0.7.9 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX diff --git a/.env.firefox.development b/.env.firefox.development index 97f211f7d..a79e58d10 100644 --- a/.env.firefox.development +++ b/.env.firefox.development @@ -1,4 +1,4 @@ BROWSER=firefox RUN_MODE=development -VERSION=0.7.8 +VERSION=0.7.9 ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX diff --git a/chrome/manifest.json b/chrome/manifest.json index 61b137de4..3e75161bd 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.8", + "version": "0.7.9", "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 2ad11fa12..9fc46e8fd 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.8", + "version": "0.7.9", "action": { "default_icon": { "16": "icon16-dark.png", diff --git a/package.json b/package.json index bfa56cf19..5136b9cbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmostation", - "version": "0.7.8", + "version": "0.7.9", "description": "chrome extension cosmos wallet", "scripts": { "postinstall": "git config --local core.hooksPath ./git-hooks",