Skip to content

Commit

Permalink
[mirotalkwebrtc] - rb 4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 7, 2024
1 parent c97503a commit e19af49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313
* @author Miroslav Pejic - [email protected]
* @version 1.0.84
* @version 1.0.85
*/

const isMobile = !!/Android|webOS|iPhone|iPad|iPod|BB10|BlackBerry|IEMobile|Opera Mini|Mobile|mobile/i.test(
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": "mirotalkwebrtc",
"version": "1.0.84",
"version": "1.0.85",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"homepage": "https://github.com/miroslavpejic85/mirotalkwebrtc",
"dependencies": {
"@sentry/integrations": "^7.114.0",
"@sentry/node": "^8.24.0",
"@sentry/node": "^7.114.0",
"axios": "^1.7.3",
"bcryptjs": "^2.4.3",
"colors": "1.4.0",
Expand Down

0 comments on commit e19af49

Please sign in to comment.