Skip to content

Commit

Permalink
3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 6, 2022
1 parent e63de93 commit 8c28003
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ const logger = new Logger_1.Logger('aiortc');
/**
* Expose version.
*/
exports.version = '3.7.1';
exports.version = '3.7.2';
/**
* Expose Worker factory.
*/
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-client-aiortc",
"version": "3.7.1",
"version": "3.7.2",
"description": "mediasoup-client handler for aiortc Python library",
"contributors": [
"José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
Expand Down
2 changes: 1 addition & 1 deletion worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="mediasoup-client-aiortc",
version="3.7.1",
version="3.7.2",
description="mediasoup-client handler for aiortc Python library",
url="http://github.com/versatica/mediasoup-client-aiortc",
author="José Luis Millán Villegas, Iñaki Baz Castillo",
Expand Down

0 comments on commit 8c28003

Please sign in to comment.