diff --git a/bpkg.json b/bpkg.json index b0bf297..5a95492 100644 --- a/bpkg.json +++ b/bpkg.json @@ -1,6 +1,6 @@ { "name": "bpkg", - "version": "1.0.21", + "version": "1.0.22", "description": "Lightweight bash package manager", "global": true, "repo": "bpkg/bpkg", diff --git a/bpkg.sh b/bpkg.sh index 2720cd9..bfdf44b 100755 --- a/bpkg.sh +++ b/bpkg.sh @@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != "$0" ]]; then fi ## bpkg version -VERSION="1.0.21" +VERSION="1.0.22" ## output error to stderr error () { diff --git a/setup.sh b/setup.sh index 7b8129e..a2e4f94 100755 --- a/setup.sh +++ b/setup.sh @@ -9,7 +9,7 @@ # " "" # bash package manager -VERSION="1.0.21" +VERSION="1.0.22" TAG=${TAG:-$VERSION} BRANCH=${BRANCH:-$TAG} REMOTE=${REMOTE:-https://github.com/bpkg/bpkg.git}