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",