Skip to content

Commit

Permalink
Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Dec 15, 2015
1 parent 7401a5d commit 16dd0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Installation
------------

```sh
curl -o ~/bin/bashtub https://raw.githubusercontent.com/ueokande/bashtub/v0.1/bin/bashtub
curl -o ~/bin/bashtub https://raw.githubusercontent.com/ueokande/bashtub/v0.2/bin/bashtub
chmod +x ~/bin/bashtub
```

Expand Down
2 changes: 1 addition & 1 deletion bin/bashtub
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Run a unit-test from SOURCE_FILE(s).
}
version_and_exit() {
echo "bashtub 0.1"
echo "bashtub 0.2"
exit 0
}
Expand Down

0 comments on commit 16dd0cc

Please sign in to comment.