diff --git a/README.md b/README.md index d4de8fb5..26b9b05a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ A2. Your react-native version is too old, please upgrade it to 0.47.0+ see also ### ChangeLog +v3.0.5 +1. OnError return Error() object +2. fix cache overwrite error +3. add Android content:// support +4. fix type error +5. Refactor view.propTypes to ViewPropTypes. + v3.0.4 1. fix 'virtualizedCell.cellKey' warning [`#125`](https://github.com/wonday/react-native-pdf/issues/125) diff --git a/package.json b/package.json index 182dda94..d95ccea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "3.0.4", + "version": "3.0.5", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",