Skip to content

Commit

Permalink
[mirotalkbro] - rb 4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 7, 2024
1 parent 5f6dbf4 commit 4df742b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @license For open source under AGPL-3.0
* @license For private project or commercial purposes contact us at: [email protected]
* @author Miroslav Pejic - [email protected]
* @version 1.0.54
* @version 1.0.55
*/

require('dotenv').config();
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": "mirotalkbro",
"version": "1.0.54",
"version": "1.0.55",
"description": "P2P WebRTC audio, video and screen live broadcast",
"main": "app/server.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"license": "AGPLv3",
"dependencies": {
"@sentry/integrations": "^7.114.0",
"@sentry/node": "^8.22.0",
"@sentry/node": "^7.114.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
Expand Down

0 comments on commit 4df742b

Please sign in to comment.