From a84b525e8212acdec0db9aea5c7f681e76cecef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Monnom?= Date: Mon, 10 Apr 2023 07:50:07 +0200 Subject: [PATCH] v1.5.0 (#29) --- Bridge~/package.json | 2 +- Samples~/JSExample/JSPackage~/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bridge~/package.json b/Bridge~/package.json index ac10fbb..06a20ad 100644 --- a/Bridge~/package.json +++ b/Bridge~/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/livekit-unity", - "version": "1.4.0", + "version": "1.5.0", "description": "LiveKit Unity Bridge for WebGL", "main": "./dist/index.js", "source": "./src/index.ts", diff --git a/Samples~/JSExample/JSPackage~/package.json b/Samples~/JSExample/JSPackage~/package.json index 88894d3..995c414 100644 --- a/Samples~/JSExample/JSPackage~/package.json +++ b/Samples~/JSExample/JSPackage~/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "@livekit/livekit-unity": "^1.4.0" + "@livekit/livekit-unity": "^1.5.0" }, "devDependencies": { "ts-loader": "^9.2.7", diff --git a/package.json b/package.json index 7085733..64205dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io.livekit.unity", - "version": "1.4.0", + "version": "1.5.0", "displayName": "LiveKit WebGL SDK", "description": "LiveKit Unity Bridge for WebGL", "unity": "2021.3",