diff --git a/lib/Worker.js b/lib/Worker.js index 862e2c7a29..0736a099b6 100644 --- a/lib/Worker.js +++ b/lib/Worker.js @@ -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. diff --git a/lib/index.js b/lib/index.js index 73783c683b..51d9d37050 100644 --- a/lib/index.js +++ b/lib/index.js @@ -17,7 +17,7 @@ exports.types = types; /** * Expose mediasoup version. */ -exports.version = '3.5.13'; +exports.version = '3.5.14'; /** * Expose parseScalabilityMode() function. */ diff --git a/package.json b/package.json index f64fd6ac00..6fcdf99300 100644 --- a/package.json +++ b/package.json @@ -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 (https://inakibaz.me)",