diff --git a/examples/light-js/index.html b/examples/light-js/index.html index 71f9892..04d730f 100644 --- a/examples/light-js/index.html +++ b/examples/light-js/index.html @@ -45,11 +45,11 @@ createDecoder, utf8ToBytes, bytesToUtf8, - } from "https://unpkg.com/@waku/sdk@0.0.16/bundle/index.js"; + } from "https://unpkg.com/@waku/sdk@0.0.18/bundle/index.js"; import { enrTree, DnsNodeDiscovery, - } from "https://unpkg.com/@waku/dns-discovery@0.0.14/bundle/index.js"; + } from "https://unpkg.com/@waku/dns-discovery@0.0.16/bundle/index.js"; const peerIdDiv = document.getElementById("peer-id"); const remotePeerIdDiv = document.getElementById("remote-peer-id");