From e91b03aed161ac13ba434b336d6182117d86d38b Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Mon, 3 Jul 2017 00:23:52 -0400 Subject: [PATCH] Update version to 0.1.2 --- README.md | 2 +- dex-images/tetris/Dockerfile | 2 +- tetris.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c39a3b0..a3df2a9 100644 --- a/README.md +++ b/README.md @@ -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/ ``` diff --git a/dex-images/tetris/Dockerfile b/dex-images/tetris/Dockerfile index 91fa6a1..ac839ab 100644 --- a/dex-images/tetris/Dockerfile +++ b/dex-images/tetris/Dockerfile @@ -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 ) diff --git a/tetris.cabal b/tetris.cabal index f84914c..69ba13d 100644 --- a/tetris.cabal +++ b/tetris.cabal @@ -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