From b9caf7d6e8521379ad38a208ad15a9d407acf4c5 Mon Sep 17 00:00:00 2001 From: John Betancur Date: Tue, 8 Jan 2019 23:02:16 -0500 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95592da3..7265614d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-data-table-component", - "version": "1.0.0", + "version": "1.0.1", "description": "A declarative react based data table", "main": "dist/index.cjs.js", "module": "dist/index.es.js",