Skip to content

Commit e9ffce7

Browse files
committed
v0.18.5
1 parent d70f1ce commit e9ffce7

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.18.4",
3+
"version": "0.18.5",
44
"description": "JavaScript/TypeScript client SDK for LiveKit",
55
"main": "./dist/livekit-client.umd.js",
66
"unpkg": "./dist/livekit-client.umd.js",

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.18.4';
1+
export const version = '0.18.5';
22
export const protocolVersion = 7;

0 commit comments

Comments
 (0)