diff --git a/bpkg.sh b/bpkg.sh index 4d75bf3..3d29feb 100755 --- a/bpkg.sh +++ b/bpkg.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.0.1" +VERSION="0.0.2" ## output error to stderr error () { diff --git a/package.json b/package.json index 8fa6f4a..ff94a84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpkg", - "version": "0.0.1", + "version": "0.0.2", "description": "Lightweight bash package manager", "global": true, "scripts": [ "bpkg.sh" ],