We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d129a9 commit 4cb9095Copy full SHA for 4cb9095
3 files changed
bpkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bpkg",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "Lightweight bash package manager",
5
"global": true,
6
"repo": "bpkg/bpkg",
bpkg.sh
@@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != "$0" ]]; then
7
fi
8
9
## bpkg version
10
-VERSION="1.1.0"
+VERSION="1.1.1"
11
12
## output error to stderr
13
error () {
setup.sh
@@ -9,7 +9,7 @@
# " ""
# bash package manager
-VERSION="1.0.25"
TAG=${TAG:-$VERSION}
14
BRANCH=${BRANCH:-$TAG}
15
REMOTE=${REMOTE:-https://github.com/bpkg/bpkg.git}
0 commit comments