Skip to content

Commit

Permalink
Released recordrtc@5.3.7 Merged & closed #128
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed May 19, 2016
1 parent 56a7afb commit 60da3b7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -136,8 +136,8 @@ bower install recordrtc
You can even link specific [releases](https://github.com/muaz-khan/RecordRTC/releases):

```html
<!-- use 5.3.6 or any other version -->
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.3.6/RecordRTC.js"></script>
<!-- use 5.3.7 or any other version -->
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.3.76/RecordRTC.js"></script>
```

## How to capture stream?
Expand Down
2 changes: 1 addition & 1 deletion RecordRTC.js
@@ -1,6 +1,6 @@
'use strict';

// Last time updated: 2016-05-11 11:37:50 AM UTC
// Last time updated: 2016-05-19 7:33:42 AM UTC

// Open-Sourced: https://github.com/muaz-khan/RecordRTC

Expand Down
2 changes: 1 addition & 1 deletion RecordRTC.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "recordrtc",
"version": "5.3.6",
"version": "5.3.7",
"authors": [
{
"name": "Muaz Khan",
Expand Down
4 changes: 4 additions & 0 deletions dev/RecordRTC.promises.js
Expand Up @@ -49,3 +49,7 @@ function RecordRTCPromisesHandler(mediaStream, options) {

this.blob = null;
}

if (typeof RecordRTC !== 'undefined') {
RecordRTC.RecordRTCPromisesHandler = RecordRTCPromisesHandler;
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "recordrtc",
"preferGlobal": false,
"version": "5.3.6",
"version": "5.3.7",
"author": {
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
Expand Down

0 comments on commit 60da3b7

Please sign in to comment.