Skip to content

Commit

Permalink
fix: bad fetch when keplr not available 0.1.313
Browse files Browse the repository at this point in the history
  • Loading branch information
jtary committed Oct 18, 2023
1 parent f7090fd commit 96b5fc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"concurrently": "^7.2.1",
"path": "^0.12.7"
},
"version": "0.1.312",
"version": "0.1.313",
"devDependencies": {
"url-loader": "^4.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy",
"version": "0.1.312",
"version": "0.1.313",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.312",
"version": "0.1.313",
"private": true,
"scripts": {
"start": "craco start --config ./craco.config.js",
Expand Down

0 comments on commit 96b5fc4

Please sign in to comment.