diff --git a/README.adoc b/README.adoc index f312ffa..844fcea 100644 --- a/README.adoc +++ b/README.adoc @@ -137,7 +137,7 @@ Some operating systems demands administrative rights to install to [,sh] ---- -REL=0.9.20240202 +REL=0.9.20240303 SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz curl --location --silent $SRC | tar \ @@ -164,7 +164,7 @@ You can try `shellbase` without installation: [,sh] ---- #!/bin/sh -REL=0.9.20240202 +REL=0.9.20240303 SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz eval "$( curl --location --silent $SRC | diff --git a/lib/base.sh b/lib/base.sh index c533073..3813e9b 100644 --- a/lib/base.sh +++ b/lib/base.sh @@ -47,7 +47,7 @@ BASE_DIR_WIP=/tmp BASE_FORK_CNT=0 BASE_KEEP_WIP=false BASE_QUIET=false -BASE_VERSION=0.9.20240302 +BASE_VERSION=0.9.20240303 BASE_YES_TO_CONT=false # Removes any file besides mp3, m4a, flac in the current directory.