From 5cf3243abc648ceff80c87400a955eadea28e88a Mon Sep 17 00:00:00 2001 From: Wonday Date: Fri, 21 Jul 2017 14:07:47 +0800 Subject: [PATCH] version up to 1.2.6 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39a20164..725ea839 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Or, if you want to add Android permissions to AndroidManifest.xml automatically, ### ChangeLog -v1.2.5 +v1.2.5/v1.2.6 1. improve animation when at pdf head/end iOS #23 diff --git a/package.json b/package.json index 52a6efcf..b23e34a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "1.2.5", + "version": "1.2.6", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",