diff --git a/Examples/VideoPlayer/broadchurch.mp4 b/Examples/VideoPlayer/broadchurch.mp4
index f729b6f2..7a7a4949 100644
Binary files a/Examples/VideoPlayer/broadchurch.mp4 and b/Examples/VideoPlayer/broadchurch.mp4 differ
diff --git a/package.json b/package.json
index 3410bfd2..a26468c9 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,24 @@
{
"name": "react-native-video",
- "version": "0.2.8",
+ "version": "0.2.9",
"description": "A element for react-native",
"main": "Video.ios.js",
"author": "Brent Vatne (https://github.com/brentvatne)",
"dependencies": {
"react-native": "^0.3.10"
},
+ "files": [
+ "RCTVideo.xcodeproj",
+ "RCTVideo.h",
+ "RCTVideo.m",
+ "RCTVideoManager.h",
+ "RCTVideoManager.m",
+ "README.md",
+ "Video.android.js",
+ "Video.ios.js",
+ "VideoResizeMode.js",
+ "VideoStylePropTypes.js"
+ ],
"contributors": [
{
"name": "Johannes Lumpe",