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