diff --git a/README.md b/README.md index 6639c730..88f6bd9a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ A2. Your react-native version is too old, please upgrade it to 0.47.0+ see also ### ChangeLog +v2.0.1 + +1. improving scrolling +2. fix example code for unlimited render problem + v2.0.0 1. Reimplement ios version, improving scrolling diff --git a/package.json b/package.json index aeab6fe5..40b6f7aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "2.0.0", + "version": "2.0.1", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",