Skip to content

Commit

Permalink
Bump version for release v1.1.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonewebdesign authored Jun 15, 2016
1 parent ddd69e0 commit 521c8c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ An unopinionated tool for initializing an Elm 0.17 project. Inspired by `mix new
## Installation

```
curl https://codeload.github.com/simonewebdesign/elm-new/tar.gz/v1.0.1 > elm-new.tar.gz
curl https://codeload.github.com/simonewebdesign/elm-new/tar.gz/v1.1.0 > elm-new.tar.gz
tar -zxf elm-new.tar.gz
cd elm-new-1.0.1
cd elm-new-1.1.0
sudo make install
```

Expand Down
2 changes: 1 addition & 1 deletion bin/elm-new
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for arg in "$@"; do
;;

-V|--version)
echo "1.0.1"
echo "1.1.0"
exit
;;

Expand Down

0 comments on commit 521c8c1

Please sign in to comment.