diff --git a/README.md b/README.md index 00083b8..7d6c896 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@
Quick start -
+![nodejs](frontend/images/nodejs.png) Install [NodeJs](https://nodejs.org/en/blog/release/v18.16.0). diff --git a/backend/server.js b/backend/server.js index cff633a..3a69920 100644 --- a/backend/server.js +++ b/backend/server.js @@ -9,7 +9,7 @@ * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon: * @license https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.1.42 + * @version 1.1.43 */ require('dotenv').config(); diff --git a/frontend/images/nodejs.png b/frontend/images/nodejs.png new file mode 100644 index 0000000..2dc9e7a Binary files /dev/null and b/frontend/images/nodejs.png differ diff --git a/frontend/js/client.js b/frontend/js/client.js index 9906781..1af79ca 100644 --- a/frontend/js/client.js +++ b/frontend/js/client.js @@ -9,7 +9,7 @@ * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon: * @license https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.1.42 + * @version 1.1.43 */ const roomId = new URLSearchParams(window.location.search).get('room'); diff --git a/package.json b/package.json index 3e8ff1d..da603cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalkc2c", - "version": "1.1.42", + "version": "1.1.43", "description": "A free WebRTC Cam-2-Cam browser-based video calls", "main": "server.js", "scripts": {