Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ong-ar committed Feb 10, 2023
1 parent 125e420 commit 0a2156d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
RUN_MODE=production
VERSION=0.4.5
VERSION=0.4.6
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
RUN_MODE=development
VERSION=0.4.5
VERSION=0.4.6
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.4.5",
"version": "0.4.6",
"description": "chrome extension cosmos wallet",
"scripts": {
"postinstall": "git config --local core.hooksPath ./git-hooks",
Expand Down
2 changes: 1 addition & 1 deletion public/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.4.5",
"version": "0.4.6",
"action": {
"default_icon": { "16": "icon16-dark.png", "24": "icon24-dark.png", "32": "icon32-dark.png" },
"default_popup": "popup.html"
Expand Down

0 comments on commit 0a2156d

Please sign in to comment.