2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-08 01:10:36 +00:00

bump version

This commit is contained in:
Joseph Werle 2014-09-11 14:30:45 -04:00
parent 59ec0a6cf5
commit e1d572de2e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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