chore(): 1.1.1

pull/152/head
Joseph Werle 2 years ago
parent 8d129a902f
commit d11e3d5584

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

Loading…
Cancel
Save