diff --git a/package.json b/package.json index f008dde3..6ac7bb53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-upload", - "version": "3.0.0", + "version": "4.0.0", "description": "Cross platform http post file uploader with android and iOS background support", "main": "index.js", "scripts": { @@ -19,7 +19,7 @@ ], "peerDependencies": { "react": "*", - "react-native": ">=0.40.0" + "react-native": ">=0.47.0" }, "author": "Steve Potter", "license": "BSD-3-Clause",