Skip to content

Commit 11a182f

Browse files
committed
docs: 0.21.0
1 parent 6ba0bc2 commit 11a182f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<body>
2424
<div id="canvas"></div>
2525
<header>
26-
<h1>🤝 Trystero<sup>0.20.0</sup></h1>
26+
<h1>🤝 Trystero<sup>0.21.0</sup></h1>
2727
<h2>Make any site multiplayer in a few lines.</h2>
2828
<h2>Serverless WebRTC matchmaking for painless P2P.</h2>
2929

docs/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {joinRoom, selfId} from 'https://esm.run/trystero@0.20.1'
1+
import {joinRoom, selfId} from 'https://esm.run/trystero@0.21.0'
22

33
const byId = document.getElementById.bind(document)
44
const canvas = byId('canvas')

0 commit comments

Comments
 (0)