From 544349a4eb2cd21c48d321895199c929c53345ae Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Mon, 12 Aug 2019 13:31:37 +0100 Subject: [PATCH] chore: update to Web UI 2.5.0 (#746) --- add-on/src/lib/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add-on/src/lib/state.js b/add-on/src/lib/state.js index b9fa09503..773fe654d 100644 --- a/add-on/src/lib/state.js +++ b/add-on/src/lib/state.js @@ -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