diff --git a/index.js b/index.js index 8e7ac20d..f9251107 100644 --- a/index.js +++ b/index.js @@ -422,7 +422,7 @@ export default class JWPlayer extends Component { controls !== thisConfig.controls || repeat !== thisConfig.repeat || displayTitle !== thisConfig.displayTitle || - displayDesc !== thisConfig.displayDesc || + displayDescription !== thisConfig.displayDescription || nextUpDisplay !== thisConfig.nextUpDisplay || style !== thisConfig.style || stretching !== thisConfig.stretching diff --git a/package.json b/package.json index 41ce2237..cfa242ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-jw-media-player", - "version": "0.2.2", + "version": "0.2.3", "description": "React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)", "main": "index.js", "types": "./index.d.ts",