mirror of
https://github.com/bpkg/bpkg
synced 2024-11-04 06:00:18 +00:00
bump version
This commit is contained in:
parent
388a23dfab
commit
0bb1f96029
2
bpkg.sh
2
bpkg.sh
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION="0.0.1"
|
||||
VERSION="0.0.2"
|
||||
|
||||
## output error to stderr
|
||||
error () {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bpkg",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Lightweight bash package manager",
|
||||
"global": true,
|
||||
"scripts": [ "bpkg.sh" ],
|
||||
|
Loading…
Reference in New Issue
Block a user