Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Patch version bump ⬆️
Browse files Browse the repository at this point in the history
Only a bug has been fixed. Patch version bump!
  • Loading branch information
GochoMugo committed Jan 10, 2015
1 parent 3f1e420 commit 70c06d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] <URI> <template_name>

Expand Down
2 changes: 1 addition & 1 deletion grunt-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


# Version Number
GRUNT_INSTALL_VERSION="0.0.0"
GRUNT_INSTALL_VERSION="0.0.1"


# Template Directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 70c06d6

Please sign in to comment.