Skip to content

Commit 07822b5

Browse files
committed
1 parent 11cb6bb commit 07822b5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

DetectRTC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Last time updated: 2016-05-23 4:52:53 PM UTC
1+
// Last time updated: 2016-05-24 2:44:27 PM UTC
22

33
// Latest file can be found here: https://cdn.webrtc-experiment.com/DetectRTC.js
44

DetectRTC.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ node npm-test.js
8888
You can even link specific versions:
8989

9090
```html
91-
<script src="https://github.com/muaz-khan/DetectRTC/releases/download/1.3.0/DetectRTC.js"></script>
91+
<script src="https://github.com/muaz-khan/DetectRTC/releases/download/1.3.1/DetectRTC.js"></script>
9292
```
9393

9494
<img src="https://cdn.webrtc-experiment.com/images/DetectRTC.png" style="width:100%;" />

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detectrtc",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"authors": [
55
{
66
"name": "Muaz Khan",

npm-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ console.log(DetectRTC.browser);
77
console.log('\n\n-------\n\n');
88

99
DetectRTC.load(function() {
10-
console.log(DetectRTC.browser);
10+
console.log(DetectRTC);
1111
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "detectrtc",
33
"preferGlobal": false,
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"author": {
66
"name": "Muaz Khan",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)