diff --git a/README.md b/README.md index f963d368..d697d6dc 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,9 @@ react-native run-ios
ChangeLog details +v6.7.4 +1. Fixed: Fix Android crash issue + v6.7.3 1. Fixed: fix android package name diff --git a/package.json b/package.json index 2a53defa..5adab231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "6.7.3", + "version": "6.7.4", "summary": "A react native PDF view component", "description": "A react native PDF view component, support ios and android platform", "main": "index.js",