Skip to content

Commit

Permalink
Update to version v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Mar 12, 2020
1 parent 14f4d31 commit 88cf512
Show file tree
Hide file tree
Showing 6 changed files with 427 additions and 639 deletions.
43 changes: 12 additions & 31 deletions openvidu-browser/npm-shrinkwrap.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-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"docs": "./node_modules/typedoc/bin/typedoc --options ./config/typedoc.js --out ./docs ./src && rm -rf ../../openvidu.io/api/openvidu-browser/* && cp -R ./docs/. ../../openvidu.io/api/openvidu-browser"
},
"types": "lib/index.d.ts",
"version": "2.11.0"
"version": "2.12.0"
}
6 changes: 2 additions & 4 deletions openvidu-server/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -14,7 +12,7 @@
<packaging>jar</packaging>

<name>OpenVidu Server</name>
<version>2.11.0</version>
<version>2.12.0</version>
<description>OpenVidu Server</description>
<url>https://openvidu.io</url>

Expand Down
Loading

0 comments on commit 88cf512

Please sign in to comment.