From e6e424f77643dc267bd412efc6af0e3582bc3adf Mon Sep 17 00:00:00 2001 From: przemek-nowicki Date: Wed, 4 May 2022 17:27:39 +0200 Subject: [PATCH] bump lib version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fbad7b..73b78a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runtime-node-refresh", - "version": "1.0.0", + "version": "1.0.1", "bin": "./bin/rnr.js", "description": "Refresh node environment variables on runtime without restarting the node server.", "main": "index.js",