diff --git a/app/src/Server.js b/app/src/Server.js
index e1959ad0..7aa13f2f 100644
--- a/app/src/Server.js
+++ b/app/src/Server.js
@@ -64,7 +64,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.8.19
+ * @version 1.8.20
*
*/
diff --git a/app/src/config.template.js b/app/src/config.template.js
index 3dd382d9..bd0cc5d8 100644
--- a/app/src/config.template.js
+++ b/app/src/config.template.js
@@ -850,7 +850,8 @@ module.exports = {
* Site-wide settings including icons and page-specific content.
*/
site: {
- title: process.env.SITE_TITLE || 'MiroTalk SFU, Free Video Calls, Messaging and Screen Sharing',
+ title:
+ process.env.SITE_TITLE || '
MiroTalk SFU
, Free Video Calls, Messaging and Screen Sharing',
icon: process.env.SITE_ICON_PATH || '../images/logo.svg',
appleTouchIcon: process.env.APPLE_TOUCH_ICON_PATH || '../images/logo.svg',
newRoomTitle: process.env.NEW_ROOM_TITLE || 'Pick name.
Share URL.
Start conference.',
diff --git a/package.json b/package.json
index 835f5e02..be83f94e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
- "version": "1.8.19",
+ "version": "1.8.20",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
diff --git a/public/js/Brand.js b/public/js/Brand.js
index 1ba9c62e..2b6a9f14 100644
--- a/public/js/Brand.js
+++ b/public/js/Brand.js
@@ -64,7 +64,7 @@ let BRAND = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
- title: 'WebRTC SFU v1.8.19',
+ title: 'WebRTC SFU v1.8.20',
html: `
diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js
index 51bf7d19..a99f1506 100644
--- a/public/js/RoomClient.js
+++ b/public/js/RoomClient.js
@@ -9,7 +9,7 @@
* @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.8.19
+ * @version 1.8.20
*
*/