Skip to content

Commit

Permalink
feat: update Web UI to v2.4.6 (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored and lidel committed Jun 2, 2019
1 parent fe8f755 commit 52cd633
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 = 'QmfQkD8pBSBCBxWEwFSu4XaDVSWK6bjnNuaWZjMyQbyDub' // v2.4.4
state.webuiCid = 'QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW' // v2.4.6
state.webuiRootUrl = `${state.gwURLString}ipfs/${state.webuiCid}/`
return state
}
Expand Down

0 comments on commit 52cd633

Please sign in to comment.