We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba0bc2 commit 11a182fCopy full SHA for 11a182f
docs/index.html
@@ -23,7 +23,7 @@
23
<body>
24
<div id="canvas"></div>
25
<header>
26
- <h1>🤝 Trystero<sup>0.20.0</sup></h1>
+ <h1>🤝 Trystero<sup>0.21.0</sup></h1>
27
<h2>Make any site multiplayer in a few lines.</h2>
28
<h2>Serverless WebRTC matchmaking for painless P2P.</h2>
29
docs/site.js
@@ -1,4 +1,4 @@
1
-import {joinRoom, selfId} from 'https://esm.run/trystero@0.20.1'
+import {joinRoom, selfId} from 'https://esm.run/trystero@0.21.0'
2
3
const byId = document.getElementById.bind(document)
4
const canvas = byId('canvas')
0 commit comments