From 7618e90fa9ec261839f61df88a2b8832536c967d Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 14 Nov 2019 18:50:42 +0000 Subject: [PATCH] feat: web ui 2.7.1 (#814) --- 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 44773f305..05e070bc8 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 = 'QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m' // v2.5.8 +const webuiCid = 'QmPkojhjJkJ5LEGBDrAvdftrjAYmi9GU5Cq27mWvZTDieW' // v2.7.1 function initState (options) { // we store options and some pregenerated values to avoid async storage