diff --git a/app/src/Server.js b/app/src/Server.js
index c0eb9ac5..bb6c7dd9 100644
--- a/app/src/Server.js
+++ b/app/src/Server.js
@@ -55,7 +55,7 @@ dev dependencies: {
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
- * @version 1.6.22
+ * @version 1.6.23
*
*/
diff --git a/package.json b/package.json
index 128ee978..e8683b92 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
- "version": "1.6.22",
+ "version": "1.6.23",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
@@ -58,7 +58,7 @@
},
"dependencies": {
"@mattermost/client": "^10.0.0",
- "@sentry/node": "^8.36.0",
+ "@sentry/node": "^8.37.1",
"axios": "^1.7.7",
"colors": "1.4.0",
"compression": "1.7.5",
diff --git a/public/css/GroupChat.css b/public/css/GroupChat.css
index 8299f54e..984aecd1 100644
--- a/public/css/GroupChat.css
+++ b/public/css/GroupChat.css
@@ -19,8 +19,9 @@
border: var(--border);
border-radius: 10px;
box-shadow: var(--box-shadow);
- transition: background 1s;
- transition: width 0.5s ease-in-out;
+ transition:
+ background 1s,
+ width 0.5s ease-in-out;
/* border: 1px solid lime; */
}
diff --git a/public/js/Room.js b/public/js/Room.js
index 827ed862..e8429f9f 100644
--- a/public/js/Room.js
+++ b/public/js/Room.js
@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
- * @version 1.6.22
+ * @version 1.6.23
*
*/
@@ -4564,7 +4564,7 @@ function showAbout() {
imageUrl: image.about,
customClass: { image: 'img-about' },
position: 'center',
- title: 'WebRTC SFU v1.6.22',
+ title: 'WebRTC SFU v1.6.23',
html: `