Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Nov 5, 2021
1 parent 9cf9339 commit f817bd6
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 416 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-client",
"version": "0.13.6",
"version": "0.14.0",
"description": "JavaScript/TypeScript client SDK for LiveKit",
"main": "dist/index.js",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const version = '0.13.6';
export const version = '0.14.0';
export const protocolVersion = 5;
Loading

0 comments on commit f817bd6

Please sign in to comment.