Skip to content

Commit

Permalink
[mirotalk] - welcome cloudron.io, update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Apr 16, 2024
1 parent 8377997 commit 084ac9e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ Do you find MiroTalk P2P indispensable for your needs? Join us in supporting thi
| [![BroadcastX](public/sponsors/BroadcastX.png)](https://broadcastx.de/) | [![Hetzner](public/sponsors/HetznerLogo.png)](https://hetzner.cloud/?ref=XdRifCzCK3bn) |
| [![LuvLounge](public/sponsors/LuvLounge.png)](https://luvlounge.ca) | [![QuestionPro](public/sponsors/QuestionPro.png)](https://www.questionpro.com) |
| [![BrowserStack](public/sponsors/BrowserStack.png)](https://www.browserstack.com) | [![CrystalSound](public/sponsors/CrystalSound.png)](https://crystalsound.ai) |
| [![Cloudron](public/sponsors/Cloudron.png)](https://cloudron.io) | |

</details>

Expand Down
2 changes: 1 addition & 1 deletion app/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at [email protected] or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - [email protected]
* @version 1.3.17
* @version 1.3.18
*
*/

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.17",
"version": "1.3.18",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@sentry/integrations": "^7.110.0",
"@sentry/node": "^7.110.0",
"@sentry/integrations": "^7.110.1",
"@sentry/node": "^7.110.1",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
Expand All @@ -49,7 +49,7 @@
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"ngrok": "^5.0.0-beta.2",
"openai": "^4.33.1",
"openai": "^4.35.0",
"qs": "^6.12.1",
"socket.io": "^4.7.5",
"swagger-ui-express": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at [email protected] or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - [email protected]
* @version 1.3.17
* @version 1.3.18
*
*/

Expand Down
Binary file added public/sponsors/Cloudron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/views/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,16 @@ <h2 class="mt-24" style="text-align: center">Our sponsors</h2>
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="900">
<div class="clients-logo">
<a href="https://cloudron.io" target="_blank"
><img
class="clients-size-logo"
src="../sponsors/Cloudron.png"
alt="Cloudron"
/></a>
</div>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 084ac9e

Please sign in to comment.