diff --git a/README.md b/README.md index 1b436afe..75fa57aa 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ Or, if you want to add Android permissions to AndroidManifest.xml automatically, ### ChangeLog +v1.3.2 + +1. move react-native and react-native-fetch-blob to peerDependencies + v1.3.1 1. refactor android source diff --git a/package.json b/package.json index 8b9a340c..2262b49e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "1.3.1", + "version": "1.3.2", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",