From c39b85e2a6c342ba5e65d14cc8ce71370965e901 Mon Sep 17 00:00:00 2001 From: Manuele Sarfatti Date: Sun, 11 May 2025 18:53:19 +0200 Subject: [PATCH] Release v1.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1123e49..7512a2c 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.1.1**) of `beddu.sh` to your project: +1. Download the latest release (currently: **v1.0.0**) of `beddu.sh` to your project: ```bash -$ curl -O https://raw.githubusercontent.com/mjsarfatti/beddu/refs/tags/v1.1.1/dist/beddu.sh +$ curl -O https://raw.githubusercontent.com/mjsarfatti/beddu/refs/tags/v1.0.0/dist/beddu.sh ``` 2. Source the `beddu.sh` file in your script: