Release v1.1.0

This commit is contained in:
Manuele Sarfatti 2025-05-20 17:33:19 +02:00
parent ce6bfcd04c
commit db9229cbd0
2 changed files with 3 additions and 3 deletions

View file

@ -26,10 +26,10 @@ And you will easily be able to build things like:
**Beddu** is meant to be sourced in your own script.
1. Download the latest release (currently: **v1.0.0**) of `beddu.sh` to your project:
1. Download the latest release (currently: **v1.1.0**) of `beddu.sh` to your project:
```bash
$ curl -O https://raw.githubusercontent.com/mjsarfatti/beddu/refs/tags/v1.0.0/dist/beddu.sh
$ curl -O https://raw.githubusercontent.com/mjsarfatti/beddu/refs/tags/v1.1.0/dist/beddu.sh
```
2. Source the `beddu.sh` file in your script: