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",