From ff4fa464fcad9adb388b977d0a8c70febad2ec8d Mon Sep 17 00:00:00 2001 From: Wonday Date: Mon, 26 Jun 2023 00:49:30 +0800 Subject: [PATCH] version up to v6.7.1 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b02e238a..d6cb7430 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,10 @@ react-native run-ios
ChangeLog details +v6.7.1 +1. Fixed: fix ios project setting +2. Fixed: fix typo in RNPDFPdfViewManagerInterface interface causing android build error + v6.7.0 1. Fixed: fix(iOS): center page at tap point after double tap to zoom 2. Fixed: add PDFKit to podspec to make ios compile diff --git a/package.json b/package.json index f322b2a2..2783b6fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "6.7.0", + "version": "6.7.1", "summary": "A react native PDF view component", "description": "A react native PDF view component, support ios and android platform", "main": "index.js",