2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-04 06:00:18 +00:00

bump version

This commit is contained in:
Joseph Werle 2014-05-22 20:08:16 -04:00
parent 388a23dfab
commit 0bb1f96029
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION="0.0.1"
VERSION="0.0.2"
## output error to stderr
error () {

View File

@ -1,6 +1,6 @@
{
"name": "bpkg",
"version": "0.0.1",
"version": "0.0.2",
"description": "Lightweight bash package manager",
"global": true,
"scripts": [ "bpkg.sh" ],