Skip to content

Commit

Permalink
Update version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Jul 3, 2017
1 parent 4f9bcfc commit e91b03a
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 @@ -13,7 +13,7 @@ I have not tested Windows, but I do think it should work via dex. Please let me
#### github release binaries
Here is a quick way to get the one for your OS:
```bash
curl -L https://github.com/samtay/tetris/releases/download/0.1.1/tetris-`uname -s`-`uname -m` -o tetris
curl -L https://github.com/samtay/tetris/releases/download/0.1.2/tetris-`uname -s`-`uname -m` -o tetris
chmod +x tetris
sudo mv tetris /usr/local/bin/
```
Expand Down
2 changes: 1 addition & 1 deletion dex-images/tetris/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir -p "${DEXBUILD_DIR}"
WORKDIR ${DEXBUILD_DIR}

RUN ( \
curl -L https://github.com/samtay/tetris/releases/download/0.1.1/tetris-`uname -s`-`uname -m` -o tetris && \
curl -L https://github.com/samtay/tetris/releases/download/0.1.2/tetris-`uname -s`-`uname -m` -o tetris && \
chmod +x tetris && \
true )

Expand Down
2 changes: 1 addition & 1 deletion tetris.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tetris
version: 0.1.1.0
version: 0.1.2.0
-- synopsis:
-- description:
homepage: https://github.com/SamTay/tetris#readme
Expand Down

0 comments on commit e91b03a

Please sign in to comment.