diff --git a/relay-js/index.html b/relay-js/index.html
index a4f461f..bedcbf1 100644
--- a/relay-js/index.html
+++ b/relay-js/index.html
@@ -28,13 +28,13 @@
import {
WakuMessage
- } from 'https://unpkg.com/js-waku@0.28.0/bundle/index.js';
+ } from 'https://unpkg.com/js-waku@0.28.1/bundle/index.js';
import {
createPrivacyNode
- } from 'https://unpkg.com/js-waku@0.28.0/bundle/lib/create_waku.js'
+ } from 'https://unpkg.com/js-waku@0.28.1/bundle/lib/create_waku.js'
import {
waitForRemotePeer
- } from 'https://unpkg.com/js-waku@0.28.0/bundle/lib/wait_for_remote_peer.js'
+ } from 'https://unpkg.com/js-waku@0.28.1/bundle/lib/wait_for_remote_peer.js'
const statusDiv = document.getElementById('status');
const messagesDiv = document.getElementById('messages');