diff --git a/README.md b/README.md index d6cb7430..61b0c344 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,9 @@ react-native run-ios
ChangeLog details +v6.7.2 +1. Fixed: Fix iOS double tap zoom scrolling + v6.7.1 1. Fixed: fix ios project setting 2. Fixed: fix typo in RNPDFPdfViewManagerInterface interface causing android build error diff --git a/package.json b/package.json index 53b1b6ec..ff41ec70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "6.7.1", + "version": "6.7.2", "summary": "A react native PDF view component", "description": "A react native PDF view component, support ios and android platform", "main": "index.js",