Skip to content

Commit a84b525

Browse files
authored
v1.5.0 (#29)
1 parent da6d76c commit a84b525

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Bridge~/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/livekit-unity",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "LiveKit Unity Bridge for WebGL",
55
"main": "./dist/index.js",
66
"source": "./src/index.ts",

Samples~/JSExample/JSPackage~/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@livekit/livekit-unity": "^1.4.0"
12+
"@livekit/livekit-unity": "^1.5.0"
1313
},
1414
"devDependencies": {
1515
"ts-loader": "^9.2.7",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.livekit.unity",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"displayName": "LiveKit WebGL SDK",
55
"description": "LiveKit Unity Bridge for WebGL",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)