chore(): 1.1.3

pull/156/head
Joseph Werle 2 years ago
parent 79bfbceef7
commit 831e01c0c6

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

Loading…
Cancel
Save