From 3157a8fda514e727563dda026b46dcc33cac4979 Mon Sep 17 00:00:00 2001 From: Wonday Date: Mon, 24 Jun 2019 17:03:20 +0800 Subject: [PATCH] version up to v5.1.3 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ff2c8f1..e1348a6a 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,9 @@ A4. Expo does not support native module. you can read more expo caveats [`here`] ### ChangeLog +v5.1.3 +1. remove singleTap action from iOS, make the same with Android. + v5.1.2 1. fix overflow when zoom on Android diff --git a/package.json b/package.json index 166cde17..097e4dda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "5.1.2", + "version": "5.1.3", "summary": "A react native PDF view component", "description": "A react native PDF view component, support ios and android platform", "main": "index.js",