chore(bpkg.json): 1.0.4

pull/143/head
jwerle 2 years ago
parent 5fae8a6785
commit b8b54611b4

@ -1,6 +1,6 @@
{
"name": "bpkg",
"version": "1.0.3",
"version": "1.0.4",
"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.3"
VERSION="1.0.4"
## output error to stderr
error () {

Loading…
Cancel
Save