Skip to content

Commit

Permalink
[mirotalkc2c] - update year
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 3, 2025
1 parent f22d729 commit 7c9cbf0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/server.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: 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.54
* @version 1.1.55
*/

require('dotenv').config();
Expand Down
2 changes: 1 addition & 1 deletion frontend/html/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
required
/>
<button id="joinBtn">Join</button>
<button id="supportBtn">© 2024 MiroTalk C2C, all rights reserved</button>
<button id="supportBtn">© 2025 MiroTalk C2C, all rights reserved</button>
</form>
</body>
</html>
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: 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.54
* @version 1.1.55
*/

const roomId = new URLSearchParams(window.location.search).get('room');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkc2c",
"version": "1.1.54",
"version": "1.1.55",
"description": "A free WebRTC Cam-2-Cam browser-based video calls",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 7c9cbf0

Please sign in to comment.