We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ed8ee commit 74c3ccbCopy full SHA for 74c3ccb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "livekit-client",
3
- "version": "0.15.0",
+ "version": "0.15.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.15.0';
+export const version = '0.15.1';
export const protocolVersion = 5;
0 commit comments