From a1f3a0a4a45acd40e516f06b5b83232f0a665d0d Mon Sep 17 00:00:00 2001 From: Mauro Gadaleta <580627+zazoomauro@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:23:53 +0200 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 90ff10f..454a841 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-dependency-injection", - "version": "3.2.0", + "version": "3.2.1", "description": "The NodeDependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.", "main": "dist/lib/index.js", "directories": { @@ -110,4 +110,4 @@ "instrument": false }, "false": {} -} \ No newline at end of file +}