From a774d1adced2b4564fb1b9dbaa3e7c4f38a96fe3 Mon Sep 17 00:00:00 2001 From: Dan Motzenbecker Date: Sat, 17 Feb 2024 12:47:38 -0500 Subject: [PATCH] 0.18.0 --- docs/index.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 3a550eb..4a55914 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,7 +23,7 @@
-

🤝 Trystero0.17.0

+

🤝 Trystero0.18.0

Make any site multiplayer in a few lines.

Serverless WebRTC matchmaking for painless P2P.

diff --git a/package-lock.json b/package-lock.json index 53f6c6b..3918a5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "trystero", - "version": "0.17.0", + "version": "0.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "trystero", - "version": "0.17.0", + "version": "0.18.0", "license": "MIT", "dependencies": { "@noble/curves": "^1.3.0", diff --git a/package.json b/package.json index 783c6b3..cfac1b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trystero", - "version": "0.17.0", + "version": "0.18.0", "description": "Serverless WebRTC matchmaking for painless P2P", "main": "src/index.js", "module": "src/index.js",