mirror of
https://github.com/GeopJr/BLAHAJ.git
synced 2025-01-22 08:36:30 +01:00
feat: v2.0.1
This commit is contained in:
parent
11c5da3a44
commit
8a35b5c268
2 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ Arch Linux users can install the [blahaj](https://aur.archlinux.org/packages/bla
|
|||
|
||||
#### Dependencies
|
||||
|
||||
- `crystal` - `1.6.2`
|
||||
- `crystal` - `1.8.0`
|
||||
|
||||
#### Makefile
|
||||
|
||||
|
@ -84,7 +84,7 @@ flag name:
|
|||
```
|
||||
$ blahaj -h
|
||||
|
||||
BLÅHAJ v2.0.0
|
||||
BLÅHAJ v2.0.1
|
||||
|
||||
Usage:
|
||||
blahaj [arguments]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: blahaj
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
|
||||
authors:
|
||||
- Evangelos "GeopJr" Paterakis <evan@geopjr.dev>
|
||||
|
@ -8,6 +8,6 @@ targets:
|
|||
blahaj:
|
||||
main: src/blahaj.cr
|
||||
|
||||
crystal: 1.6.2
|
||||
crystal: 1.8.0
|
||||
|
||||
license: BSD-2-Clauses
|
||||
|
|
Loading…
Reference in a new issue