Skip to content

Commit

Permalink
Update to version 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Oct 18, 2023
1 parent 90d9950 commit f2705cd
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions openvidu-call-back-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.openvidu</groupId>
<artifactId>openvidu-call-back-java</artifactId>
<version>2.28.0</version>
<version>2.29.0</version>
<packaging>jar</packaging>

<name>openvidu-call-back-java</name>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.28.0</version>
<version>2.29.0</version>
</dependency>

<dependency>
Expand Down
20 changes: 10 additions & 10 deletions openvidu-call-back/package-lock.json

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

6 changes: 3 additions & 3 deletions openvidu-call-back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dotenv": "16.0.3",
"express": "4.18.2",
"http-proxy-middleware": "2.0.6",
"openvidu-node-client": "2.28.0"
"openvidu-node-client": "2.29.0"
},
"description": "OpenVidu Call Server",
"devDependencies": {
Expand Down Expand Up @@ -39,5 +39,5 @@
"build": "tsc",
"dev:start": "cross-env CALL_OPENVIDU_CERTTYPE=selfsigned nodemon src/app.ts"
},
"version": "2.28.0"
}
"version": "2.29.0"
}
32 changes: 16 additions & 16 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 @@ -11,7 +11,7 @@
"@angular/platform-browser-dynamic": "14.2.8",
"@angular/router": "14.2.8",
"core-js": "^3.26.0",
"openvidu-angular": "2.28.0",
"openvidu-angular": "2.29.0",
"rxjs": "7.5.7",
"unique-names-generator": "^4.7.1",
"zone.js": "0.11.8"
Expand Down Expand Up @@ -50,5 +50,5 @@
"e2e:auth-ci": "cross-env LAUNCH_MODE=CI npm run e2e:auth",
"test": "ng test openvidu-call --watch=false --code-coverage"
},
"version": "2.28.0"
"version": "2.29.0"
}

0 comments on commit f2705cd

Please sign in to comment.