chore(bpkg.json): 1.0.7

pull/143/head
jwerle 2 years ago
parent 2b038c3ffe
commit 8799748901

@ -1,6 +1,6 @@
{
"name": "bpkg",
"version": "1.0.6",
"version": "1.0.7",
"description": "Lightweight bash package manager",
"global": true,
"repo": "bpkg/bpkg",

@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != "$0" ]]; then
fi
## bpkg version
VERSION="1.0.6"
VERSION="1.0.7"
## output error to stderr
error () {

Loading…
Cancel
Save