From a8fbc01c54c8baccc7dca1c2ffa4d321237c9817 Mon Sep 17 00:00:00 2001 From: Marco Daniel Martins Date: Thu, 13 Jul 2023 12:59:12 +0200 Subject: [PATCH] Update package.json Bump version for publishing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56cd5ed..e276986 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "environment-decoder", "description": "A decoder for the process.env", "author": "Marco Daniel Martins ", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",