Skip to content

Commit a6e0488

Browse files
hacdiaslidel
authored andcommitted
feat: web ui 2.5.1 (#752)
1 parent d4d8806 commit a6e0488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add-on/src/lib/state.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const offlinePeerCount = -1
66

77
// CID of a 'blessed' Web UI release
88
// which should work without setting CORS headers
9-
const webuiCid = 'QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz' // v2.5.0
9+
const webuiCid = 'QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP' // v2.5.1
1010

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

0 commit comments

Comments
 (0)