mirror of
https://github.com/GeopJr/BLAHAJ.git
synced 2025-02-02 06:07: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
|
#### Dependencies
|
||||||
|
|
||||||
- `crystal` - `1.6.2`
|
- `crystal` - `1.8.0`
|
||||||
|
|
||||||
#### Makefile
|
#### Makefile
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ flag name:
|
||||||
```
|
```
|
||||||
$ blahaj -h
|
$ blahaj -h
|
||||||
|
|
||||||
BLÅHAJ v2.0.0
|
BLÅHAJ v2.0.1
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
blahaj [arguments]
|
blahaj [arguments]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: blahaj
|
name: blahaj
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Evangelos "GeopJr" Paterakis <evan@geopjr.dev>
|
- Evangelos "GeopJr" Paterakis <evan@geopjr.dev>
|
||||||
|
@ -8,6 +8,6 @@ targets:
|
||||||
blahaj:
|
blahaj:
|
||||||
main: src/blahaj.cr
|
main: src/blahaj.cr
|
||||||
|
|
||||||
crystal: 1.6.2
|
crystal: 1.8.0
|
||||||
|
|
||||||
license: BSD-2-Clauses
|
license: BSD-2-Clauses
|
||||||
|
|
Loading…
Reference in a new issue