chore(bpkg.json): 1.0.3

pull/143/head
jwerle 2 years ago
parent a69f438f8d
commit 05ba93cdc8

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

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

Loading…
Cancel
Save