Skip to content

Commit 4cb9095

Browse files
committed
chore(): 1.1.1
1 parent 8d129a9 commit 4cb9095

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpkg",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Lightweight bash package manager",
55
"global": true,
66
"repo": "bpkg/bpkg",

bpkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != "$0" ]]; then
77
fi
88

99
## bpkg version
10-
VERSION="1.1.0"
10+
VERSION="1.1.1"
1111

1212
## output error to stderr
1313
error () {

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# " ""
1010
# bash package manager
1111

12-
VERSION="1.0.25"
12+
VERSION="1.1.1"
1313
TAG=${TAG:-$VERSION}
1414
BRANCH=${BRANCH:-$TAG}
1515
REMOTE=${REMOTE:-https://github.com/bpkg/bpkg.git}

0 commit comments

Comments
 (0)