diff --git a/bower.json b/bower.json index 78cf9351..05242a46 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.8", + "version": "3.3.9", "authors": [ { "name": "Muaz Khan", @@ -41,4 +41,4 @@ "test", "tests" ] -} \ No newline at end of file +} diff --git a/docs/how-to-use.md b/docs/how-to-use.md index 72ff4241..bc7abefc 100755 --- a/docs/how-to-use.md +++ b/docs/how-to-use.md @@ -16,7 +16,7 @@ All files from `/dist` directory are available on CDN: `https://cdn.webrtc-exper - + ``` If you're sharing files, you also need to link: @@ -28,7 +28,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/docs/ios-android.md b/docs/ios-android.md index 4f37f262..5fd4bb7a 100755 --- a/docs/ios-android.md +++ b/docs/ios-android.md @@ -1,5 +1,13 @@ # iOS and Android +Please check these docs instead: + +# 1) [Write iOS apps using RTCMultiConnection](http://www.rtcmulticonnection.org/docs/Write-iOS-Apps/) + +# 2) [Write Android apps using RTCMultiConnection](http://www.rtcmulticonnection.org/docs/Write-Android-Apps/) + +---- + ## iPhone, iPad, Nexus, Blackberry, Samsung, many other devices > This page explains how to write iOS+Android phonegap/cordova applications for RTCMultiConnection-v3. diff --git a/package.json b/package.json index 3938bf86..cfa127e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rtcmulticonnection-v3", "preferGlobal": false, - "version": "3.3.8", + "version": "3.3.9", "author": { "name": "Muaz Khan", "email": "muazkh@gmail.com",