Release v0.3.2.

pull/123/head
Ben Peachey 3 years ago
parent 707863ee25
commit 92c3225eed
No known key found for this signature in database
GPG Key ID: 36CB9959B1927086

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

@ -1,8 +1,8 @@
{
"name": "bpkg",
"version": "0.3.1",
"version": "0.3.2",
"description": "Lightweight bash package manager",
"global": true,
"repo": "bpkg/bpkg",
"install": "bash setup.sh"
}
}

Loading…
Cancel
Save