Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ong-ar committed Sep 15, 2023
1 parent 31a5cb4 commit 65117c4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env.chrome
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BROWSER=chrome
RUN_MODE=production
VERSION=0.7.1
VERSION=0.7.2
2 changes: 1 addition & 1 deletion .env.chrome.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BROWSER=chrome
RUN_MODE=development
VERSION=0.7.1
VERSION=0.7.2
2 changes: 1 addition & 1 deletion .env.firefox
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BROWSER=firefox
RUN_MODE=production
VERSION=0.7.1
VERSION=0.7.2
2 changes: 1 addition & 1 deletion .env.firefox.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BROWSER=firefox
RUN_MODE=development
VERSION=0.7.1
VERSION=0.7.2
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"version": "0.7.2",
"action": {
"default_icon": { "16": "icon16-dark.png", "24": "icon24-dark.png", "32": "icon32-dark.png" },
"default_popup": "popup.html"
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"name": "Cosmostation Wallet",
"description": "Non-custodial multi-chain extension wallet powered by Cosmostation, the interchain validator.",
"version": "0.7.1",
"version": "0.7.2",
"action": {
"default_icon": {
"16": "icon16-dark.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmostation",
"version": "0.7.1",
"version": "0.7.2",
"description": "chrome extension cosmos wallet",
"scripts": {
"postinstall": "git config --local core.hooksPath ./git-hooks",
Expand Down

0 comments on commit 65117c4

Please sign in to comment.