From 4400bcf7ea2dea26221c0873476842746ae59e4d Mon Sep 17 00:00:00 2001 From: Wonday Date: Tue, 15 May 2018 23:15:43 +0800 Subject: [PATCH] version up to v3.0.11 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ffe5b4..7cb92506 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Q2. When running, it shows ```'Pdf' has no propType for native prop RCTPdf.acess A2. Your react-native version is too old, please upgrade it to 0.47.0+ see also [`#39`](https://github.com/wonday/react-native-pdf/issues/39) ### ChangeLog +v3.0.11 +1. improve iOS zoom, can zoom from pinch center +2. fix call setState on an unmounted component + v3.0.10 1. fix source.expiration check [`#163`](https://github.com/wonday/react-native-pdf/issues/163) diff --git a/package.json b/package.json index 3b243ab3..e9287b64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "3.0.10", + "version": "3.0.11", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",