Skip to content

Commit

Permalink
chore: update to Web UI 2.5.0 (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdiogo authored and lidel committed Aug 12, 2019
1 parent 05c3d35 commit 544349a
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 = 'QmYTRvKFGhxgBiUreiw7ihn8g95tfJTWDt7aXqDsvAcJse' // v2.4.7
const webuiCid = 'QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz' // v2.5.0

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

0 comments on commit 544349a

Please sign in to comment.