diff --git a/README.md b/README.md index bb158b4..23fb37a 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Setting the environment variable `GRUNT_INSTALL_NO_COLOR` will ```bash ⇒ grunt-install --help -grunt-install 0.0.0 +grunt-install 0.0.1 Usage: grunt-install [install_options] diff --git a/grunt-install.sh b/grunt-install.sh index 47403f1..7e4ae49 100755 --- a/grunt-install.sh +++ b/grunt-install.sh @@ -7,7 +7,7 @@ # Version Number -GRUNT_INSTALL_VERSION="0.0.0" +GRUNT_INSTALL_VERSION="0.0.1" # Template Directory diff --git a/package.json b/package.json index d78e71a..9e909df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-install", - "version": "0.0.0", + "version": "0.0.1", "description": "Simple Bash script for Grunt template installation", "directories": { "test": "test"