From 5e66c6ac0d8859c850873313bf7737e255037b16 Mon Sep 17 00:00:00 2001 From: Michael gasche Date: Tue, 15 Oct 2024 23:26:40 +0200 Subject: [PATCH] Release 3.1.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30a6be45..05f1be33 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Enter the following commands into your terminal: **Linux, macOS** ```NuShell -VERSION=3.1.0 +VERSION=3.1.1 PACKAGE=autumo-beetRoot-$VERSION curl -LO https://github.com/autumoswitzerland/autumo-beetroot/releases/download/v$VERSION/$PACKAGE.zip @@ -111,7 +111,7 @@ $PACKAGE/bin/beetroot.sh start **Windows** ```Batchfile -SET VERSION=3.1.0 +SET VERSION=3.1.1 SET PACKAGE=autumo-beetRoot-%VERSION% curl -LO https://github.com/autumoswitzerland/autumo-beetroot/releases/download/v%VERSION%/%PACKAGE%.zip