Skip to content

Commit

Permalink
Update to version v2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Jul 26, 2021
1 parent 935b488 commit 5a5e99c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion openvidu-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"docs": "./generate-docs.sh"
},
"types": "lib/index.d.ts",
"version": "2.18.0"
"version": "2.19.0"
}
2 changes: 1 addition & 1 deletion openvidu-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>

<name>OpenVidu Server</name>
<version>2.18.0</version>
<version>2.19.0</version>
<description>OpenVidu Server</description>
<url>https://openvidu.io</url>

Expand Down
6 changes: 3 additions & 3 deletions openvidu-server/src/dashboard/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-server/src/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@angular/router": "11.2.4",
"core-js": "3.9.1",
"jquery": "3.6.0",
"openvidu-browser": "2.18.0",
"openvidu-browser": "2.19.0",
"rxjs": "6.6.6",
"tslib": "2.1.0",
"zone.js": "0.11.4"
Expand Down
4 changes: 2 additions & 2 deletions openvidu-testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"core-js": "3.4.7",
"hammerjs": "2.0.8",
"json-stringify-safe": "^5.0.1",
"openvidu-browser": "2.18.0",
"openvidu-browser": "2.19.0",
"openvidu-node-client": "2.19.0",
"rxjs": "6.5.3",
"zone.js": "0.10.2"
Expand Down Expand Up @@ -45,5 +45,5 @@
"start": "ng serve",
"test": "ng test"
},
"version": "2.18.0"
"version": "2.19.0"
}

0 comments on commit 5a5e99c

Please sign in to comment.