diff --git a/examples/light-js/index.html b/examples/light-js/index.html index b8a855b..0626e3c 100644 --- a/examples/light-js/index.html +++ b/examples/light-js/index.html @@ -47,7 +47,7 @@ waitForRemotePeer, createEncoder, createDecoder, - } from "https://unpkg.com/@waku/core@0.0.7/bundle/index.js"; + } from "https://unpkg.com/@waku/core@0.0.10/bundle/index.js"; const peerIdDiv = document.getElementById("peer-id"); const remotePeerIdDiv = document.getElementById("remote-peer-id");