Skip to content

Commit

Permalink
[mirotalkwebrtc] - update year
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 3, 2025
1 parent 76c48f8 commit e230afd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/html/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<input id="loginEmailIdInput" type="email" name="Email" placeholder="Email" required />
<input id="loginPasswordIdInput" type="password" name="Password" placeholder="Password" required />
<button id="loginBtn">Login</button>
<p id="supportBtn">© 2024 MiroTalk, all rights reserved</p>
<p id="supportBtn">© 2025 MiroTalk, all rights reserved</p>
</div>
</div>
</body>
Expand Down
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: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313
* @author Miroslav Pejic - [email protected]
* @version 1.1.29
* @version 1.1.30
*/

const isMobile = !!/Android|webOS|iPhone|iPad|iPod|BB10|BlackBerry|IEMobile|Opera Mini|Mobile|mobile/i.test(
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkwebrtc",
"version": "1.1.29",
"version": "1.1.30",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"mongoose": "^8.9.2",
"mongoose": "^8.9.3",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.16",
"swagger-ui-express": "^5.0.1",
Expand Down

0 comments on commit e230afd

Please sign in to comment.