From 2e7d31df13db2ec9386514698eb8f689b8fdaed3 Mon Sep 17 00:00:00 2001 From: Kamal Rohilla Date: Mon, 11 May 2026 14:32:36 +0530 Subject: [PATCH] fix: upgrade version for mui table --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51ad755..a6fa0be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mui-table-react", - "version": "1.0.14", + "version": "1.0.15", "description": "A reusable table component for React applications built with Material-UI (MUI) and TanStack Table.", "author": "Bikash Das (https://github.com/bikashdas0108)", "license": "MIT",