Skip to content

Commit

Permalink
Merge branch 'release/0.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaimPaneth committed Nov 2, 2021
2 parents 1d3e08f + 3c15bc6 commit 0ff4f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0ff4f55

Please sign in to comment.