Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ong-ar committed Nov 16, 2022
1 parent 2e21e56 commit 1fce341
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.0
VERSION=0.3.1
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.3.0",
"version": "0.3.1",
"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",
"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"
Expand Down

0 comments on commit 1fce341

Please sign in to comment.