From 227f8ed157bccd77d82556bd411749f6e15f8085 Mon Sep 17 00:00:00 2001 From: Alex <138074114+alex2bc@users.noreply.github.com> Date: Sun, 19 Nov 2023 16:31:57 +0200 Subject: [PATCH] Version bump to 6.7.2 (#783) * Version bump to 6.7.2 * Update README.md Co-authored-by: nobelharvards <9457934+nobelharvards@users.noreply.github.com> --------- Co-authored-by: nobelharvards <9457934+nobelharvards@users.noreply.github.com> --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",