From 7b4f8b54c13d1ba2a332d69a8379d05c72d1b4ad Mon Sep 17 00:00:00 2001 From: forkless Date: Sun, 31 May 2026 23:39:14 +0200 Subject: [PATCH] README: bump version references to v0.1.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b686b3..3ec4de3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Download the pre-compiled executable for your platform from the [releases page]( ### Linux ```bash -tar -xzf notalterra-v0.1.0-linux-amd64.tar.gz +tar -xzf notalterra-v0.1.1-linux-amd64.tar.gz chmod +x notalterra ./notalterra ``` @@ -54,7 +54,7 @@ chmod +x notalterra Extract the `.zip` archive and double-click `notalterra.exe`, or run from a terminal: ```powershell -Expand-Archive notalterra-v0.1.0-windows-x64.zip -DestinationPath . +Expand-Archive notalterra-v0.1.1-windows-x64.zip -DestinationPath . .\notalterra.exe ```