2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-17 21:26:01 +00:00

chore(bpkg.json): 1.0.6

This commit is contained in:
jwerle 2022-03-23 16:47:30 -04:00
parent 7523983418
commit 05c2da3d56
2 changed files with 2 additions and 2 deletions

View File

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

View File

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