From 7548fbf993526d68f5678537733338a9ba9fde34 Mon Sep 17 00:00:00 2001 From: Wonday Date: Fri, 23 Mar 2018 18:09:44 +0800 Subject: [PATCH] version up to v3.0.5 --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",