Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ong-ar committed Feb 6, 2023
1 parent 32244ad commit b17df67
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.3
VERSION=0.4.4
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.3
VERSION=0.4.4
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.3",
"version": "0.4.4",
"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.3",
"version": "0.4.4",
"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 b17df67

Please sign in to comment.