From 238a45c9ee0b0dd19f3066335e24d1668f719fef Mon Sep 17 00:00:00 2001 From: Piotr Goszczynski Date: Mon, 17 Jul 2023 18:05:11 +0200 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19061ac..55a56bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tonik/env-plus", - "version": "0.1.0", + "version": "0.1.1", "description": "Environment variables toolkit for node applications", "main": "dist/index.js", "module": "dist/index.mjs",