Skip to content

Commit

Permalink
feat: ipfs-webui v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 20, 2019
1 parent 3e50c82 commit 47f3ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/src/lib/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function initState (options) {
state.dnslinkPolicy = String(options.dnslinkPolicy) === 'false' ? false : options.dnslinkPolicy
// store info about 'blessed' release of Web UI
// which should work without setting CORS headers
state.webuiCid = 'QmRvPGBVDBEUvrXrinMKgh8Vu8mVBbTZk3C1jJGfgWchSP' // v2.4.3
state.webuiCid = 'QmfQkD8pBSBCBxWEwFSu4XaDVSWK6bjnNuaWZjMyQbyDub' // v2.4.4
state.webuiRootUrl = `${state.gwURLString}ipfs/${state.webuiCid}/`
return state
}
Expand Down

0 comments on commit 47f3ac1

Please sign in to comment.