From 1cc2100527e8cf7293ac3ea7b5758264f1908336 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 24 Jul 2024 23:19:36 +0100 Subject: [PATCH] docs: update versions in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2107b3..e05aeec 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Stream Sprout is developed on Linux 🐧 and should work on macOS 🍏 or any ot ### Debian - Download the Stream Sprout .deb package from the [releases page](https://github.com/wimpysworld/stream-sprout/releases) 📦️ -- Install it with `apt-get install ./stream-sprout_0.1.4-1_all.deb`. +- Install it with `apt-get install ./stream-sprout_0.1.5-1_all.deb`. ### macOS @@ -81,7 +81,7 @@ See the flake on FlakeHub for more details: ### Ubuntu - Download the Stream Sprout .deb package from the [releases page](https://github.com/wimpysworld/stream-sprout/releases) 📦️ -- Install it with `apt-get install ./stream-sprout_0.1.4-1_all.deb`. +- Install it with `apt-get install ./stream-sprout_0.1.5-1_all.deb`. ### Docker & Podman @@ -97,7 +97,7 @@ docker pull ghcr.io/wimpysworld/stream-sprout:latest Or if you want a specific version: ```shell -docker pull ghcr.io/wimpysworld/stream-sprout:0.1.4 +docker pull ghcr.io/wimpysworld/stream-sprout:0.1.5 ``` #### Run the container