Version 3.2.0

This commit is contained in:
Hampton Maxwell 2018-08-05 18:31:33 -07:00
parent 4419b2897d
commit ba159c3fa7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Changelog
### Next Version
### Version 3.2.0
* Basic fullscreen support for Android MediaPlayer [#1138](https://github.com/react-native-community/react-native-video/pull/1138)
* Simplify default Android SDK code [#1145](https://github.com/react-native-community/react-native-video/pull/1145) [#1146](https://github.com/react-native-community/react-native-video/pull/1146)
* Various iOS sideloaded text track fixes [#1157](https://github.com/react-native-community/react-native-video/pull/1157)

View File

@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "3.1.0",
"version": "3.2.0",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",