feat: v2.1.0

This commit is contained in:
Evangelos Paterakis 2023-06-29 00:55:10 +03:00
parent 4eae8513c5
commit b77a62e0bc
No known key found for this signature in database
GPG key ID: FE5185F095BFC8C9
2 changed files with 3 additions and 2 deletions

View file

@ -84,7 +84,7 @@ flag name:
```
$ blahaj -h
BLÅHAJ v2.0.2
BLÅHAJ v2.1.0
Usage:
blahaj [arguments]
@ -107,6 +107,7 @@ Arguments:
-m MULTIPLIER, --multiplier=MULTIPLIER
Multiplier for the flag size (-f)
-c FLAG, --colors=FLAG Color scheme to use (Default: trans)
-r, --random Use a random color scheme
--flags List all available flags
-h, --help Show this help
```

View file

@ -1,5 +1,5 @@
name: blahaj
version: 2.0.2
version: 2.1.0
authors:
- Evangelos "GeopJr" Paterakis <evan@geopjr.dev>