From 61b1d3fce8c5b31e6569cd66fd3028994b6e4ad9 Mon Sep 17 00:00:00 2001 From: John Betancur Date: Wed, 19 May 2021 06:35:46 -0400 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dea45b9..bc51a877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-data-table-component", - "version": "7.0.0-alpha-10", + "version": "7.0.0-alpha-11", "description": "A declarative react based data table", "main": "dist/index.cjs.js", "module": "dist/index.es.js",