Update version to 0.1.4
This commit is contained in:
parent
eae23009a6
commit
3931f0b36f
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ Arch Linux users can install from [AUR](https://aur.archlinux.org/packages/tetri
|
|||
#### 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/
|
||||
```
|
||||
|
|
|
@ -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 )
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue