diff --git a/pro/VERSION b/pro/VERSION index 267577d..8f0916f 100644 --- a/pro/VERSION +++ b/pro/VERSION @@ -1 +1 @@ -0.4.1 +0.5.0 diff --git a/pro/install.sh b/pro/install.sh index 6c5fb5d..8d3ac5e 100755 --- a/pro/install.sh +++ b/pro/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -VERSION="0.4.1" +VERSION="0.5.0" DIRECTORY="/usr/local/bin" REGISTRY_URL="https://registry.npmjs.org" INSTALL_SCRIPT_URL="https://dotenvx.sh/pro"