From 875950a234710cc3a31461dc7a98e27daa9505cf Mon Sep 17 00:00:00 2001 From: Muaz Khan Date: Sun, 17 Apr 2016 23:01:11 +0500 Subject: [PATCH] rtcmulticonnection-v3@3.3.2 may fix #131 --- README.md | 4 ++-- RTCMultiConnection.js | 2 +- RTCMultiConnection.min.js | 2 +- bower.json | 2 +- dist/rmc3.fbr.min.js | 2 +- dist/rmc3.js | 2 +- dist/rmc3.min.js | 2 +- package.json | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c44bcb43..6e6501e8 100755 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ All files from `/dist` directory are available on CDN: `https://cdn.webrtc-exper - + ``` If you're sharing files, you also need to link: @@ -150,7 +150,7 @@ If you're sharing files, you also need to link: - + ``` > You can link multiple files from `dev` directory. Order doesn't matters. diff --git a/RTCMultiConnection.js b/RTCMultiConnection.js index 090861a6..d637f0a9 100644 --- a/RTCMultiConnection.js +++ b/RTCMultiConnection.js @@ -1,4 +1,4 @@ -// Last time updated: 2016-04-16 6:42:16 AM UTC +// Last time updated: 2016-04-17 5:58:28 PM UTC // _____________________ // RTCMultiConnection-v3 diff --git a/RTCMultiConnection.min.js b/RTCMultiConnection.min.js index 190eaba2..37d7ae4a 100644 --- a/RTCMultiConnection.min.js +++ b/RTCMultiConnection.min.js @@ -1,4 +1,4 @@ -// Last time updated: 2016-04-16 6:42:16 AM UTC +// Last time updated: 2016-04-17 5:58:28 PM UTC // _____________________ // RTCMultiConnection-v3 diff --git a/bower.json b/bower.json index 55948842..c7578efa 100755 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "rtcmulticonnection", "description": "RTCMultiConnection is a WebRTC JavaScript wrapper library runs top over RTCPeerConnection API to provide multi-session establishment scenarios.", - "version": "3.3.00", + "version": "3.3.2", "authors": [ { "name": "Muaz Khan", diff --git a/dist/rmc3.fbr.min.js b/dist/rmc3.fbr.min.js index 1a5e9019..eabe646f 100644 --- a/dist/rmc3.fbr.min.js +++ b/dist/rmc3.fbr.min.js @@ -1,4 +1,4 @@ -// Last time updated: 2016-04-16 6:42:16 AM UTC +// Last time updated: 2016-04-17 5:58:28 PM UTC // _____________________ // RTCMultiConnection-v3 diff --git a/dist/rmc3.js b/dist/rmc3.js index 090861a6..d637f0a9 100644 --- a/dist/rmc3.js +++ b/dist/rmc3.js @@ -1,4 +1,4 @@ -// Last time updated: 2016-04-16 6:42:16 AM UTC +// Last time updated: 2016-04-17 5:58:28 PM UTC // _____________________ // RTCMultiConnection-v3 diff --git a/dist/rmc3.min.js b/dist/rmc3.min.js index 190eaba2..37d7ae4a 100644 --- a/dist/rmc3.min.js +++ b/dist/rmc3.min.js @@ -1,4 +1,4 @@ -// Last time updated: 2016-04-16 6:42:16 AM UTC +// Last time updated: 2016-04-17 5:58:28 PM UTC // _____________________ // RTCMultiConnection-v3 diff --git a/package.json b/package.json index fd550e4c..82d5ddcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rtcmulticonnection-v3", "preferGlobal": false, - "version": "3.3.00", + "version": "3.3.2", "author": { "name": "Muaz Khan", "email": "muazkh@gmail.com",