bump version

pull/15/head
Joseph Werle 10 years ago
parent 7742e85126
commit 91b0c096fa

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

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

Loading…
Cancel
Save