Skip to content

Commit

Permalink
3.6.34
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Jun 24, 2021
1 parent 1783d36 commit 05af1fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.d.ts
Expand Up @@ -7,7 +7,7 @@ export { types };
/**
* Expose mediasoup-client version.
*/
export declare const version = "3.6.33";
export declare const version = "3.6.34";
/**
* Expose Device class and detectDevice() helper.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -28,7 +28,7 @@ exports.types = types;
/**
* Expose mediasoup-client version.
*/
exports.version = '3.6.33';
exports.version = '3.6.34';
/**
* Expose parseScalabilityMode() function.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mediasoup-client",
"version": "3.6.33",
"version": "3.6.34",
"description": "mediasoup client side JavaScript library",
"contributors": [
"Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
Expand Down

0 comments on commit 05af1fe

Please sign in to comment.