Skip to content

Commit

Permalink
feat: ipfs-webui v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 18, 2019
1 parent 9d0d992 commit 9cc5772
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 = 'QmZepbAvvUvCqKmNjgf3dStoSToXCW9uQopx4vd2HFMELR' // v2.4.1
state.webuiCid = 'QmRvPGBVDBEUvrXrinMKgh8Vu8mVBbTZk3C1jJGfgWchSP' // v2.4.3
state.webuiRootUrl = `${state.gwURLString}ipfs/${state.webuiCid}/`
return state
}
Expand Down

0 comments on commit 9cc5772

Please sign in to comment.