From b43d9edae12381c9676dc082c1316efa84cbfcdf Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Nov 2023 14:48:46 +0300 Subject: [PATCH] Version bump to 6.7.2 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6cb7430..5d9da9c4 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,9 @@ react-native run-ios
ChangeLog details +v6.7.1 +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",