Update version to 0.1.2
This commit is contained in:
		
							parent
							
								
									4f9bcfca34
								
							
						
					
					
						commit
						e91b03aed1
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -13,7 +13,7 @@ I have not tested Windows, but I do think it should work via dex. Please let me
 | 
				
			||||||
#### github release binaries
 | 
					#### github release binaries
 | 
				
			||||||
Here is a quick way to get the one for your OS:
 | 
					Here is a quick way to get the one for your OS:
 | 
				
			||||||
```bash
 | 
					```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
 | 
					chmod +x tetris
 | 
				
			||||||
sudo mv tetris /usr/local/bin/
 | 
					sudo mv tetris /usr/local/bin/
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,7 +7,7 @@ RUN mkdir -p "${DEXBUILD_DIR}"
 | 
				
			||||||
WORKDIR ${DEXBUILD_DIR}
 | 
					WORKDIR ${DEXBUILD_DIR}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN ( \
 | 
					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 && \
 | 
					  chmod +x tetris && \
 | 
				
			||||||
  true )
 | 
					  true )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
name:                tetris
 | 
					name:                tetris
 | 
				
			||||||
version:             0.1.1.0
 | 
					version:             0.1.2.0
 | 
				
			||||||
-- synopsis:
 | 
					-- synopsis:
 | 
				
			||||||
-- description:
 | 
					-- description:
 | 
				
			||||||
homepage:            https://github.com/SamTay/tetris#readme
 | 
					homepage:            https://github.com/SamTay/tetris#readme
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue