diff --git a/RELEASE.md b/RELEASE.md index 2fd5f3ec..a982bf95 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,8 +1,2 @@ Features: -* Refactored :: BIP39Gen -* Created BIP39 package complied with SAIFU :: BIP39Gen -* Added verbose output :: BIP39Gen -* Added raw entropy input :: BIP39Gen -* Added user entropy input :: BIP39Gen -* Added hex input for both raw and user input :: BIP39Gen -* Added vector tests BIP39 compliant +* Added `getArgs` function to bash-utils diff --git a/bash-utils/bash-utils.sh b/bash-utils/bash-utils.sh index d2e18f5d..e9e3a38c 100644 --- a/bash-utils/bash-utils.sh +++ b/bash-utils/bash-utils.sh @@ -24,7 +24,7 @@ function bashUtilsVersion() { # this is default installation script for utils # ./bash-utils.sh bashUtilsSetup "/var/kiraglob" function bashUtilsSetup() { - local BASH_UTILS_VERSION="v0.2.19" + local BASH_UTILS_VERSION="v0.2.20" if [ "$1" == "version" ] ; then echo "$BASH_UTILS_VERSION" return 0 diff --git a/scripts/version.sh b/scripts/version.sh index 5709bf52..d73e22f9 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -echo "v0.2.19" +echo "v0.2.20"