Skip to content

Commit 5cfe6a1

Browse files
committed
v1.0.0
1 parent 0ecbfe2 commit 5cfe6a1

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.6",
3+
"version": "1.0.0",
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.6';
1+
export const version = '1.0.0';
22
export const protocolVersion = 7;

0 commit comments

Comments
 (0)