From 1d5c0f8d981b7d03116ac801e24fa01c68d8fa17 Mon Sep 17 00:00:00 2001 From: Wonday Date: Sun, 12 Aug 2018 22:55:42 +0800 Subject: [PATCH] version up to v5.0.2 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08d1f919..b9ca58d6 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ A4. Expo does not support native module. you can read more expo caveats [`here`] ### ChangeLog +v5.0.2 +1. fix file successfully download check + v5.0.1 1. add paging support (ios and android) 2. add RTL support (ios) diff --git a/package.json b/package.json index fd755355..8a09152f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "5.0.1", + "version": "5.0.2", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",