We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecbfe2 commit 5cfe6a1Copy full SHA for 5cfe6a1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "livekit-client",
3
- "version": "0.18.6",
+ "version": "1.0.0",
4
"description": "JavaScript/TypeScript client SDK for LiveKit",
5
"main": "./dist/livekit-client.umd.js",
6
"unpkg": "./dist/livekit-client.umd.js",
src/version.ts
@@ -1,2 +1,2 @@
-export const version = '0.18.6';
+export const version = '1.0.0';
export const protocolVersion = 7;
0 commit comments