diff --git a/README.md b/README.md index 518156d..13b0e55 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/dist/beddu.sh b/dist/beddu.sh index 2b60067..9c7ac14 100755 --- a/dist/beddu.sh +++ b/dist/beddu.sh @@ -2,7 +2,7 @@ # shellcheck disable=all # # beddu.sh - A lightweight bash framework for interactive scripts and pretty output -# Version: v1.0.0-1-g5ff6a50-dirty +# Version: v1.1.0 # # Copyright © 2025 Manuele Sarfatti # Licensed under the MIT license