Skip to content

Commit

Permalink
v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidohayon669 committed Aug 25, 2019
1 parent b6e41a6 commit 8f90d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ReactNativeYouTubeExample",
"version": "2.0.0-beta",
"version": "2.0.0-beta.1",
"private": true,
"scripts": {
"start": "react-native start",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.4",
"react-native-youtube": "file:react-native-youtube-2.0.0-beta.tgz"
"react-native-youtube": "file:react-native-youtube-2.0.0-beta.1.tgz"
},
"devDependencies": {
"@babel/core": "7.5.5",
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-youtube",
"version": "2.0.0-beta",
"version": "2.0.0-beta.1",
"description": "A <YouTube/> component for React Native.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 8f90d98

Please sign in to comment.