From a892dca0635cfea3982d3fb961fc5d7555265fc3 Mon Sep 17 00:00:00 2001 From: motdotenv Date: Tue, 8 Oct 2024 02:27:27 +0000 Subject: [PATCH] dotenvx-pro@v0.12.2 --- pro/VERSION | 2 +- pro/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pro/VERSION b/pro/VERSION index 34a8361..26acbf0 100644 --- a/pro/VERSION +++ b/pro/VERSION @@ -1 +1 @@ -0.12.1 +0.12.2 diff --git a/pro/install.sh b/pro/install.sh index cb14714..093047b 100755 --- a/pro/install.sh +++ b/pro/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -VERSION="0.12.1" +VERSION="0.12.2" DIRECTORY="/usr/local/bin" REGISTRY_URL="https://registry.npmjs.org" INSTALL_SCRIPT_URL="https://dotenvx.sh/pro"