Skip to content

Commit

Permalink
feat: web ui 2.5.1 (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored and lidel committed Sep 7, 2019
1 parent d4d8806 commit a6e0488
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 = 'QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz' // v2.5.0
const webuiCid = 'QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP' // v2.5.1

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

0 comments on commit a6e0488

Please sign in to comment.