Skip to content

Commit

Permalink
Update to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Jul 29, 2019
1 parent b8b6b1e commit 3dde632
Show file tree
Hide file tree
Showing 68 changed files with 115,770 additions and 113,084 deletions.
316 changes: 139 additions & 177 deletions openvidu-electron/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openvidu-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openvidu-electron",
"productName": "openvidu-electron",
"version": "1.0.0",
"version": "2.11.0",
"description": "OpenVidu Electron Tutorial",
"main": "src/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion openvidu-electron/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="UTF-8">
<title>OpenVidu Electron</title>
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
<script src="openvidu-browser-2.10.0.js"></script>
<script src="openvidu-browser-2.11.0.js"></script>
<script src="axios.min.js"></script>
<script src="app.js"></script>
</head>
Expand Down
Loading

0 comments on commit 3dde632

Please sign in to comment.