From 3d0f38f2c57cd8720a8fece90014c4fc75b11017 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Mon, 31 Oct 2016 01:49:37 -0600 Subject: [PATCH] 3.0.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e93bf2..9ad6756 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A fast, lightweight, opinionated table and datagrid built on React ## Features -- Lightweight at 3kb (and just 2kb more for styles) +- Lightweight at 4kb (and just 2kb more for styles) - Fully customizable JSX and callbacks for everything - Supports both Client-side & Server-side pagination and sorting - Minimal design & easily themeable diff --git a/package.json b/package.json index 38414d2..125f7e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-table", - "version": "2.2.7", + "version": "3.0.0", "description": "A fast, lightweight, opinionated table and datagrid built on React", "license": "MIT", "homepage": "https://github.com/tannerlinsley/react-table#readme",