From 84b10704e08c8ee68cec2c8879eafda7db36eaaa Mon Sep 17 00:00:00 2001 From: Dexter Miguel <5452298+divmgl@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:15:33 -0400 Subject: [PATCH] Bumped version --- packages/nwire/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nwire/package.json b/packages/nwire/package.json index 5ef4a3b..e4482f5 100644 --- a/packages/nwire/package.json +++ b/packages/nwire/package.json @@ -1,7 +1,7 @@ { "name": "nwire", "description": "Simplified dependency injection for Node.js", - "version": "1.0.2", + "version": "1.0.3", "repository": { "type": "git", "url": "https://github.com/divmgl/nwire",