diff --git a/README.md b/README.md index dbdfcdb..8ce0a71 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,6 @@ Usage ```sh $ run --runfile-help -· runfile.sh · v0.0.1 · - · Usage · run ····················· Print all available tasks. run [options] [task] ···· Run a task. run [options] [action] ·· Run a Runfile/Makefile action. diff --git a/package-lock.json b/package-lock.json index ea37af1..63d9fd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "runfile.sh", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "runfile.sh", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "bin": { "runfile.sh": "runfile.sh" diff --git a/package.json b/package.json index 71a20eb..3f26b8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runfile.sh", - "version": "0.0.1", + "version": "0.0.2", "description": "Language-agnostic project task runner built on the ubiquitous Make.", "main": "runfile.sh", "files": [ diff --git a/runfile.sh b/runfile.sh index e0f9302..85d2019 100755 --- a/runfile.sh +++ b/runfile.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# runfile.sh · v0.0.1 +# runfile.sh · v0.0.2 function version() { head -n 3 < "$0" | tail -1 | cut -c3-