chore(bpkg.json): 1.0.6

pull/143/head
jwerle 3 years ago
parent 7523983418
commit 05c2da3d56

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

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

Loading…
Cancel
Save