Skip to content

Commit

Permalink
3.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed May 22, 2020
1 parent 4eaf7f6 commit 0df4980
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Worker extends EnhancedEventEmitter_1.EnhancedEventEmitter {
// options
{
env: {
MEDIASOUP_VERSION: '3.5.13'
MEDIASOUP_VERSION: '3.5.14'
},
detached: false,
// fd 0 (stdin) : Just ignore it.
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports.types = types;
/**
* Expose mediasoup version.
*/
exports.version = '3.5.13';
exports.version = '3.5.14';
/**
* Expose parseScalabilityMode() function.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediasoup",
"version": "3.5.13",
"version": "3.5.14",
"description": "Cutting Edge WebRTC Video Conferencing",
"contributors": [
"Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
Expand Down

0 comments on commit 0df4980

Please sign in to comment.