diff --git a/package.json b/package.json
index 50f2bd3b..98cdda7f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-video",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "A element for react-native",
"main": "Video.ios.js",
"author": "Brent Vatne (https://github.com/brentvatne)",
@@ -30,6 +30,6 @@
"jest-cli": "0.2.1"
},
"peerDependencies": {
- "react-native": "^0.4.3"
+ "react-native": ">= 0.4.3"
}
}