🔖 bump version to v1.0.2

This commit is contained in:
DrMaxNix 2022-04-29 19:22:34 +02:00 committed by GitHub
parent 315baa70cf
commit e37b471763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ At the end I [reverse-engineered](https://github.com/DrMaxNix/phoenix-upshid/blo
## How to use
Download and extract source and compile:
```console
$ wget https://github.com/DrMaxNix/phoenix-upshid/archive/refs/tags/v1.0.1.tar.gz
$ tar xf v1.0.1.tar.gz
$ cd phoenix-upshid-1.0.1
$ wget https://github.com/DrMaxNix/phoenix-upshid/archive/refs/tags/v1.0.2.tar.gz
$ tar xf v1.0.2.tar.gz
$ cd phoenix-upshid-1.0.2
$ gcc -o phoenix-upshid phoenix-upshid.c
```