From 1e5f7747acd18d6bae8cbc5353a25b0d8915143e Mon Sep 17 00:00:00 2001 From: Wonday Date: Wed, 9 May 2018 22:02:22 +0800 Subject: [PATCH] version up to v3.0.8 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05c47049..c12c5a93 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ A2. Your react-native version is too old, please upgrade it to 0.47.0+ see also ### ChangeLog -v3.0.7 +v3.0.8 1. use await to unlink file 2. fix podspec 3. do not count a scrolling gesture as a tap diff --git a/package.json b/package.json index 0d8fb970..1dca92aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "3.0.7", + "version": "3.0.8", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",