feat: v2.0.1

This commit is contained in:
Evangelos Paterakis 2023-04-15 02:29:46 +03:00
parent 11c5da3a44
commit 8a35b5c268
No known key found for this signature in database
GPG key ID: FE5185F095BFC8C9
2 changed files with 4 additions and 4 deletions

View file

@ -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]

View file

@ -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