chore(): 1.1.4

pull/160/head 1.1.4
Joseph Werle 1 year ago
parent d1e1a76242
commit 96d024a19b

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

@ -9,7 +9,7 @@
# " "" # " ""
# bash package manager # bash package manager
VERSION="1.1.3" VERSION="1.1.4"
TAG=${TAG:-$VERSION} TAG=${TAG:-$VERSION}
BRANCH=${BRANCH:-$TAG} BRANCH=${BRANCH:-$TAG}
REMOTE=${REMOTE:-https://github.com/bpkg/bpkg.git} REMOTE=${REMOTE:-https://github.com/bpkg/bpkg.git}

Loading…
Cancel
Save