From 37a586c38cbd51df0cd1d7e871a58dd399647c8f Mon Sep 17 00:00:00 2001 From: Hugo FOYART <11079152+foyarash@users.noreply.github.com> Date: Thu, 2 May 2024 11:00:25 +0200 Subject: [PATCH] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7337fc..6fb7a7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@premieroctet/next-crud", - "version": "4.0.0", + "version": "4.0.1", "description": "Next.js CRUD routes generation helper", "main": "./dist/index.js", "types": "./dist/index.d.ts",