diff --git a/bpkg.json b/bpkg.json index 4444c45..307a5ec 100644 --- a/bpkg.json +++ b/bpkg.json @@ -1,6 +1,6 @@ { "name": "bpkg", - "version": "1.1.1", + "version": "1.1.2", "description": "Lightweight bash package manager", "global": true, "repo": "bpkg/bpkg", diff --git a/bpkg.sh b/bpkg.sh index b6fa798..e7801c9 100755 --- a/bpkg.sh +++ b/bpkg.sh @@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != "$0" ]]; then fi ## bpkg version -VERSION="1.1.1" +VERSION="1.1.2" ## output error to stderr error () {