Bump version to 5.1.0-alpha

This commit is contained in:
Benoit Dion 2020-01-28 18:43:32 -05:00
parent 9200dce1ae
commit 029b893d58
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Changelog ## Changelog
### Version 5.1.1 ### Version 5.1.0-alpha2
* Added support for full-screen functionality in Android Exoplayer [#1730](https://github.com/react-native-community/react-native-video/pull/1730) * Added support for full-screen functionality in Android Exoplayer [#1730](https://github.com/react-native-community/react-native-video/pull/1730)
### Version 5.1.0-alpha1 ### Version 5.1.0-alpha1

View File

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