Skip to content

Commit 74c3ccb

Browse files
committed
v0.15.1
1 parent e6ed8ee commit 74c3ccb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-client",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "JavaScript/TypeScript client SDK for LiveKit",
55
"main": "dist/index.js",
66
"source": "src/index.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const version = '0.15.0';
1+
export const version = '0.15.1';
22
export const protocolVersion = 5;

0 commit comments

Comments
 (0)