Skip to content

Commit

Permalink
Merge pull request #134 from KiraCore/feature/ci-cd-v2
Browse files Browse the repository at this point in the history
feature/ci-cd-v2 -> release/v0.2.20
  • Loading branch information
asmodat authored Sep 3, 2022
2 parents 3c4b94a + 296a685 commit f39771a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion bash-utils/bash-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
echo "v0.2.19"
echo "v0.2.20"

0 comments on commit f39771a

Please sign in to comment.