Bump for 0.4.3

This commit is contained in:
Brent Vatne
2015-05-14 18:10:41 -07:00
parent b41a39b7bc
commit 7259555b9c
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "0.3.6",
"version": "0.4.0",
"description": "A <Video /> element for react-native",
"main": "Video.ios.js",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
@@ -30,6 +30,6 @@
"jest-cli": "0.2.1"
},
"peerDependencies": {
"react-native": "^0.4.0"
"react-native": "^0.4.3"
}
}