From 4eb957edc4376a21cca44ebffa06bbfacda19ef0 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 20 Dec 2017 18:37:08 +0800 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25eb43e..fea1e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-infinity-loading", - "version": "0.1.0", + "version": "1.0.0", "description": "Event-driven, fully-controlled infinite scroll loading for React, especially for mobile", "main": "dist/react-infinite-loading.js", "module": "components/InfiniteLoading/InfiniteLoading.jsx",