Skip to content

Commit

Permalink
3.11.3-alpha.PM-1561.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeCB committed Sep 15, 2023
1 parent c66ab62 commit 3374aea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion node/lib/Worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Worker extends EnhancedEventEmitter_1.EnhancedEventEmitter {
// options
{
env: {
MEDIASOUP_VERSION: '3.11.3-alpha.PM-1561.3',
MEDIASOUP_VERSION: '3.11.3-alpha.PM-1561.4',
// Let the worker process inherit all environment variables, useful
// if a custom and not in the path GCC is used so the user can set
// LD_LIBRARY_PATH environment variable for runtime.
Expand Down
2 changes: 1 addition & 1 deletion node/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export { types };
/**
* Expose mediasoup version.
*/
export declare const version = "3.11.3-alpha.PM-1561.3";
export declare const version = "3.11.3-alpha.PM-1561.4";
/**
* Expose parseScalabilityMode() function.
*/
Expand Down
2 changes: 1 addition & 1 deletion node/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports.types = types;
/**
* Expose mediasoup version.
*/
exports.version = '3.11.3-alpha.PM-1561.3';
exports.version = '3.11.3-alpha.PM-1561.4';
/**
* 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": "@livelyvideo/mediasoup",
"version": "3.11.3-alpha.PM-1561.3",
"version": "3.11.3-alpha.PM-1561.4",
"description": "Cutting Edge WebRTC Video Conferencing",
"contributors": [
"Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
Expand Down

0 comments on commit 3374aea

Please sign in to comment.