diff --git a/Demo/package.json b/Demo/package.json index 67f0c04..631b42e 100644 --- a/Demo/package.json +++ b/Demo/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "16.2.0", "react-native": "0.52.0", - "react-native-image-gallery": "2.1.4" + "react-native-image-gallery": "2.1.5" }, "devDependencies": { "babel-jest": "22.0.6", diff --git a/package.json b/package.json index e77317c..01b232b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-gallery", - "version": "2.1.4", + "version": "2.1.5", "description": "Pure JavaScript image gallery component for iOS and Android", "main": "src/Gallery.js", "scripts": {