🔖 bump version to v1.0.2

This commit is contained in:
DrMaxNix 2021-09-10 12:05:37 +02:00
parent 78b8294f30
commit a9b8da7129
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ sudo apt install php curl
### download ### download
Download the script from github Download the script from github
```bash ```bash
wget https://github.com/DrMaxNix/oladmxctl/releases/download/v1.0.1/oladmxctl wget https://github.com/DrMaxNix/oladmxctl/releases/download/v1.0.2/oladmxctl
``` ```
Make it executable Make it executable

View File

@ -53,7 +53,7 @@ Examples:
$ oladmxctl --universe 1 --read '[13, 14]' $ oladmxctl --universe 1 --read '[13, 14]'
Returns {\"13\":255, \"14\":255}"; Returns {\"13\":255, \"14\":255}";
$conf["version_msg"] = "oladmxctl v1.0.1 | (c) DrMaxNix 2021 | www.drmaxnix.de/oladmxctl"; $conf["version_msg"] = "oladmxctl v1.0.2 | (c) DrMaxNix 2021 | www.drmaxnix.de/oladmxctl";
// COLLECT ARGS // // COLLECT ARGS //