bump version

pull/18/head
Dominic Giglio 10 years ago
parent fba52d6819
commit 4746e779b1

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

@ -1,6 +1,6 @@
{
"name": "bpkg",
"version": "0.2.1",
"version": "0.2.2",
"description": "Lightweight bash package manager",
"global": true,
"install": "make install"

Loading…
Cancel
Save