From 23e513f003533d17148725b99baaecc5dc6ba47c Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Tue, 27 Jun 2017 23:58:35 -0400 Subject: [PATCH] Update release numbers to 0.1.1 --- 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 f033a20..7874fcb 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.0/tetris-`uname -s`-`uname -m` -o tetris +curl -L https://github.com/samtay/tetris/releases/download/0.1.1/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 69f7346..91fa6a1 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.0/tetris-`uname -s`-`uname -m` -o tetris && \ + curl -L https://github.com/samtay/tetris/releases/download/0.1.1/tetris-`uname -s`-`uname -m` -o tetris && \ chmod +x tetris && \ true ) diff --git a/tetris.cabal b/tetris.cabal index 5ed6ad7..5f08fa5 100644 --- a/tetris.cabal +++ b/tetris.cabal @@ -1,5 +1,5 @@ name: tetris -version: 0.1.0.0 +version: 0.1.1.0 -- synopsis: -- description: homepage: https://github.com/SamTay/tetris#readme