Skip to content

Commit

Permalink
v0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ong-ar committed Jan 5, 2024
1 parent e5f0b02 commit b15e06c
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,4 +1,4 @@
BROWSER=chrome
RUN_MODE=production
VERSION=0.7.12
VERSION=0.7.13
ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX
2 changes: 1 addition & 1 deletion .env.chrome.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BROWSER=chrome
RUN_MODE=development
VERSION=0.7.12
VERSION=0.7.13
ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX
2 changes: 1 addition & 1 deletion .env.firefox
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BROWSER=firefox
RUN_MODE=production
VERSION=0.7.12
VERSION=0.7.13
ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX
2 changes: 1 addition & 1 deletion .env.firefox.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BROWSER=firefox
RUN_MODE=development
VERSION=0.7.12
VERSION=0.7.13
ONEINCH_API_KEY=djFmxTIuhIwZYX5bcNMSqnUme6OTUXtX
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.12",
"version": "0.7.13",
"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.12",
"version": "0.7.13",
"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.12",
"version": "0.7.13",
"description": "chrome extension cosmos wallet",
"scripts": {
"postinstall": "git config --local core.hooksPath ./git-hooks",
Expand Down

0 comments on commit b15e06c

Please sign in to comment.