bump version

pull/18/head
Dominic Giglio 10 years ago
parent ce020ab885
commit 5884674aab

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

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

Loading…
Cancel
Save