bump version

This commit is contained in:
Ivan Pusic 2016-12-29 16:47:27 +01:00
parent c03895ca8e
commit ed5eb058cc
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# react-native-image-crop-picker
iOS/Android image picker with support for camera, video compression, multiple images and cropping
iOS/Android image picker with support for camera, configurable compression, multiple images and cropping
## Result

View File

@ -48,9 +48,8 @@ RCT_EXPORT_MODULE();
@"width": @200,
@"height": @200,
@"useFrontCamera": @NO,
@"compressQuality": @0.8,
@"compressMaxWidth": @0,
@"compressMaxHeight": @0,
@"compressImageQuality": @1,
@"compressVideoPreset": @"MediumQuality",
};
self.compression = [[Compression alloc] init];
}

View File

@ -1,6 +1,6 @@
{
"name": "react-native-image-crop-picker",
"version": "0.10.9",
"version": "0.11.0",
"description": "Select single or multiple images, with croping option",
"main": "index.js",
"scripts": {