From 6377cf27ab7b1fb27cd14dacc583c5db38482b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=81=82=E5=85=88=E7=94=9F?= <572545017@qq.com> Date: Fri, 9 Mar 2018 15:57:37 +0800 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5b4aac..25d7438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-infinite-virtualized-list", - "version": "0.1.13", + "version": "0.1.14", "homepage": "https://github.com/iwater/react-native-infinite-virtualized-list", "description": "A new InfiniteList that compose react-virtualized/InfiniteLoader with the react-native/VirtualizedList component, and a drop replacement component of react-native-gifted-listview", "main": "index.js",