Skip to content

Commit

Permalink
Update to version v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Jun 1, 2021
1 parent b800039 commit 94bea72
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion openvidu-call-back/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openvidu-call-back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"start": "cross-env CALL_OPENVIDU_CERTTYPE=selfsigned nodemon src/app.ts",
"test": "jest"
},
"version": "2.17.0"
"version": "2.18.0"
}
22 changes: 14 additions & 8 deletions openvidu-call-front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions openvidu-call-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@angular/router": "11.1.1",
"core-js": "3.8.3",
"linkifyjs": "2.1.9",
"openvidu-browser": "2.17.0",
"openvidu-browser": "2.18.0",
"rxjs": "6.6.3",
"unique-names-generator": "4.3.1",
"zone.js": "0.11.3"
Expand Down Expand Up @@ -71,5 +71,5 @@
"start:https": "ng serve --host 192.168.1.161 --ssl --ssl-key cert.key --ssl-cert cert.crt",
"test": "ng test openvidu-call --watch=false --code-coverage"
},
"version": "2.17.0"
"version": "2.18.0"
}
4 changes: 2 additions & 2 deletions openvidu-call-front/projects/openvidu-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@angular/flex-layout": "10.0.0-beta.32",
"@angular/material": "10.2.2",
"linkifyjs": "2.1.9",
"openvidu-browser": "2.17.0"
"openvidu-browser": "2.18.0"
},
"description": "OpenVidu Angular",
"license": "Apache-2.0",
Expand All @@ -19,5 +19,5 @@
"type": "git",
"url": "git://github.com/OpenVidu/openvidu-call"
},
"version": "2.17.0"
"version": "2.18.0"
}

0 comments on commit 94bea72

Please sign in to comment.