Skip to content

Commit

Permalink
feat: web ui 2.5.7
Browse files Browse the repository at this point in the history
Relevant release notes can be found on [v2.5.5](https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.5.5).
  • Loading branch information
hacdias authored and lidel committed Oct 11, 2019
1 parent 7b84a06 commit e6d0b19
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 @@ -6,7 +6,7 @@ const offlinePeerCount = -1

// CID of a 'blessed' Web UI release
// which should work without setting CORS headers
const webuiCid = 'QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE' // v2.5.4
const webuiCid = 'QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk' // v2.5.7

function initState (options) {
// we store options and some pregenerated values to avoid async storage
Expand Down

0 comments on commit e6d0b19

Please sign in to comment.