Update to version v1.1.1

pull/20/head v1.1.1
jenkinsopenvidu 2017-10-04 09:40:06 +00:00
parent 7e2900cd8f
commit 3bc4557501
11 changed files with 5078 additions and 4592 deletions

View File

@ -1,6 +1,6 @@
{
"name": "openvidu-browser",
"version": "1.1.0",
"version": "1.1.1",
"description": "OpenVidu Browser",
"author": "OpenVidu",
"license": "Apache-2.0",

View File

@ -1,5 +1,5 @@
<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">
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
@ -12,7 +12,7 @@
<packaging>jar</packaging>
<name>OpenVidu Server</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>OpenVidu Server</description>
<url>https://github.com/OpenVidu/openvidu</url>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,15 +1,15 @@
webpackJsonp([2,4],{
/***/ 122:
/***/ 123:
/***/ (function(module, exports, __webpack_require__) {
// style-loader: Adds some css to the DOM by adding a <style> tag
// load the styles
var content = __webpack_require__(187);
var content = __webpack_require__(188);
if(typeof content === 'string') content = [[module.i, content, '']];
// add the styles to the DOM
var update = __webpack_require__(274)(content, {});
var update = __webpack_require__(276)(content, {});
if(content.locals) module.exports = content.locals;
// Hot Module Replacement
if(false) {
@ -27,7 +27,7 @@ if(false) {
/***/ }),
/***/ 186:
/***/ 187:
/***/ (function(module, exports, __webpack_require__) {
exports = module.exports = __webpack_require__(21)(false);
@ -42,12 +42,12 @@ exports.push([module.i, ".mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0
/***/ }),
/***/ 187:
/***/ 188:
/***/ (function(module, exports, __webpack_require__) {
exports = module.exports = __webpack_require__(21)(false);
// imports
exports.i(__webpack_require__(186), "");
exports.i(__webpack_require__(187), "");
// module
exports.push([module.i, "html,\nbody {\n height: 100%;\n margin: 0;\n padding: 0;\n background: #4d4d4d;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);\n}\n\nmain {\n height: 100%;\n}\n\nli {\n list-style: none;\n}\n\nvideo {\n width: 100%;\n}\n\n.mat-spinner path {\n stroke: #4d4d4d;\n}", ""]);
@ -140,7 +140,7 @@ function toComment(sourceMap) {
/***/ }),
/***/ 274:
/***/ 276:
/***/ (function(module, exports) {
/*
@ -393,10 +393,10 @@ function updateLink(linkElement, obj) {
/***/ }),
/***/ 293:
/***/ 295:
/***/ (function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(122);
module.exports = __webpack_require__(123);
/***/ }),
@ -2452,5 +2452,5 @@ module.exports = g;
/***/ })
},[293]);
},[295]);
//# sourceMappingURL=styles.bundle.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long