Skip to content

Commit

Permalink
Update version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Jul 20, 2019
1 parent eae2300 commit 3931f0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ A terminal interface for Tetris

## installation

For MacOS, the binary attached to the GitHub release should suffice.
For MacOS, the binary attached to the GitHub release should suffice.
Arch Linux users can install from [AUR](https://aur.archlinux.org/packages/tetris-terminal-git/). If you are on Debian or similar distros, you can try the Linux binary as well but no guarantees. See the other two options, installing from [source](#install-from-source) and [dex](#install-via-dex).

#### 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.3/tetris-`uname -s`-`uname -m` -o tetris
curl -L https://github.com/samtay/tetris/releases/download/0.1.4/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.2/tetris-`uname -s`-`uname -m` -o tetris && \
curl -L https://github.com/samtay/tetris/releases/download/0.1.4/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.2.0
version: 0.1.4.0
homepage: https://github.com/samtay/tetris#readme
license: BSD3
license-file: LICENSE
Expand Down

0 comments on commit 3931f0b

Please sign in to comment.