We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2495e commit 9a3fbe8Copy full SHA for 9a3fbe8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "livekit-client",
3
- "version": "0.16.0",
+ "version": "0.16.1",
4
"description": "JavaScript/TypeScript client SDK for LiveKit",
5
"main": "dist/index.js",
6
"source": "src/index.ts",
src/version.ts
@@ -1,2 +1,2 @@
-export const version = '0.16.0';
+export const version = '0.16.1';
export const protocolVersion = 6;
0 commit comments