Skip to content

Commit

Permalink
chore(): 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Mar 12, 2023
1 parent d1e1a76 commit 96d024a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpkg",
"version": "1.1.3",
"version": "1.1.4",
"description": "Lightweight bash package manager",
"global": true,
"repo": "bpkg/bpkg",
Expand Down
2 changes: 1 addition & 1 deletion bpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != "$0" ]]; then
fi

## bpkg version
VERSION="1.1.3"
VERSION="1.1.4"

## output error to stderr
error () {
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# " ""
# bash package manager

VERSION="1.1.3"
VERSION="1.1.4"
TAG=${TAG:-$VERSION}
BRANCH=${BRANCH:-$TAG}
REMOTE=${REMOTE:-https://github.com/bpkg/bpkg.git}
Expand Down

0 comments on commit 96d024a

Please sign in to comment.