Skip to content

Commit

Permalink
7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDawson committed Sep 14, 2017
1 parent 455c0b3 commit fff2df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/js/react-jPlayer.js
Expand Up @@ -1003,6 +1003,8 @@ var _timeDisplayContainer2 = _interopRequireDefault(_timeDisplayContainer);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

/* eslint-disable react/forbid-prop-types */

var JPlayer = function JPlayer(props) {
var className = props.className,
keyBindings = props.keyBindings,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-jplayer",
"version": "7.0.0",
"version": "7.1.0",
"description": "Html5 audio and video player library for React",
"author": "Martin Dawson <u1356770@gmail.com>",
"repository": {
Expand Down

0 comments on commit fff2df1

Please sign in to comment.