From 93c243007b3f0bdc06d641682d28a7d96cd37de2 Mon Sep 17 00:00:00 2001 From: John Betancur Date: Fri, 26 Aug 2022 08:49:37 -0400 Subject: [PATCH] bump patch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5ae0400..595d0f0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-data-table-component", - "version": "7.5.2", + "version": "7.5.3", "description": "A simple to use declarative react based data table", "main": "dist/index.cjs.js", "module": "dist/index.es.js",