Skip to content

Commit 593bacf

Browse files
author
Wonday
committed
bump version to 6.7.5
1 parent e5b7ea1 commit 593bacf

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,15 @@ react-native run-ios
168168
### ChangeLog
169169
<details>
170170
<summary>ChangeLog details</summary>
171-
v6.9.0
171+
v6.7.5
172172

173173
1. Added progressContainerStyle prop
174-
175-
v6.8.0
176-
177-
1. Improved: Added enableDoubleTapZoom option
174+
2. Improved: Added enableDoubleTapZoom option
175+
3. Fixed: Fix app crash with this.lastRNBFTask.cancel is not a function (#827)
176+
4. Fixed: Remove override to fix 'no matching methods to override' error (#822)
178177

179178
v6.7.4
180-
1. Fixed: Fix Android crash issue
179+
1. Fixed: fix Android crash issue
181180

182181
v6.7.3
183182
1. Fixed: fix android package name

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pdf",
3-
"version": "6.7.4",
3+
"version": "6.7.5",
44
"summary": "A react native PDF view component",
55
"description": "A react native PDF view component, support ios and android platform",
66
"main": "index.js",

0 commit comments

Comments
 (0)