From 5fd5fdfbd5263acdae14162288f9178d1b096129 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 14 Jan 2025 23:43:23 +0100 Subject: [PATCH] [mirotalk] - fix typo, update dep --- .github/workflows/ci.yml | 2 +- app/src/server.js | 2 +- package.json | 4 ++-- public/js/client.js | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c612be19..a630f489 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: build +name: CI on: push: diff --git a/app/src/server.js b/app/src/server.js index fe10864b..e77af048 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -39,7 +39,7 @@ dependencies: { * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.4.56 + * @version 1.4.57 * */ diff --git a/package.json b/package.json index bcfb6b59..93226c1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.4.56", + "version": "1.4.57", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { @@ -59,7 +59,7 @@ "ngrok": "^5.0.0-beta.2", "nodemailer": "^6.9.16", "openai": "^4.78.1", - "qs": "^6.13.1", + "qs": "^6.14.0", "socket.io": "^4.8.1", "swagger-ui-express": "^5.0.1", "uuid": "11.0.5" diff --git a/public/js/client.js b/public/js/client.js index 32927793..700f5b35 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -15,7 +15,7 @@ * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.4.56 + * @version 1.4.57 * */ @@ -11037,7 +11037,7 @@ function showAbout() { Swal.fire({ background: swBg, position: 'center', - title: 'WebRTC P2P v1.4.56', + title: 'WebRTC P2P v1.4.57', imageAlt: 'mirotalk-about', imageUrl: images.about, customClass: { image: 'img-about' },