diff --git a/README.md b/README.md index 35e9443e..017e8ca6 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,13 @@ react-native run-ios
ChangeLog details +v6.5.0 +1. Fix: replace mavenCentral with maven +2. Breaking Change(Android): replace deprecated repository: jcenter() +3. Fix: loading progress +4. Add: Typed "source" prop +5. Remove: dependency to fbjs + v6.4.0 1. Remove sample for reducing NPM package size 2. Add support for setting a filename for the cached pdf file diff --git a/package.json b/package.json index 46e64a55..11c41a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "6.4.0", + "version": "6.5.0", "summary": "A react native PDF view component", "description": "A react native PDF view component, support ios and android platform", "main": "index.js",