Skip to content

Commit

Permalink
3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Apr 2, 2021
1 parent 9dbaa78 commit d01e667
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog


### 3.7.1 (WIP)
### 3.7.1

* `SimulcastConsumer`: Fix miscalculation when increasing layer (PR #541 by @penguinol).
* Rust version with thread-based worker (PR #540).
* Update NPM deps.

Expand Down
2 changes: 1 addition & 1 deletion lib/Worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Worker extends EnhancedEventEmitter_1.EnhancedEventEmitter {
// options
{
env: {
MEDIASOUP_VERSION: '3.7.0',
MEDIASOUP_VERSION: '3.7.1',
// 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 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.7.0";
export declare const version = "3.7.1";
/**
* Expose parseScalabilityMode() function.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.types = types;
/**
* Expose mediasoup version.
*/
exports.version = '3.7.0';
exports.version = '3.7.1';
/**
* Expose parseScalabilityMode() function.
*/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediasoup",
"version": "3.7.0",
"version": "3.7.1",
"description": "Cutting Edge WebRTC Video Conferencing",
"contributors": [
"Iñaki Baz Castillo <[email protected]> (https://inakibaz.me)",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@typescript-eslint/parser": "^4.20.0",
"cross-env": "^7.0.3",
"eslint": "^7.23.0",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-jest": "^24.3.3",
"gulp": "^4.0.2",
"gulp-clang-format": "^1.0.27",
"jest": "^26.6.3",
Expand Down

0 comments on commit d01e667

Please sign in to comment.