From 3568e57de44860cb52991041313263826c0668ef Mon Sep 17 00:00:00 2001 From: syeopite <70992037+syeopite@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:30:12 +0000 Subject: [PATCH] Bump supported crystal versions in manual install (#630) * Bump supported crystal versions in manual install * Typo --- docs/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 8601936..d732154 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -185,9 +185,9 @@ The following systemd service file can be used to run inv_sig_helper with system Follow the instructions for your distribution here: https://crystal-lang.org/install/ -**Note:** Invidious currently supports the following Crystal versions: `1.10.x` / `1.11.x` / `1.12.x`. \ -Versions `1.9.x` and older are incompatible because we use features only present in the newer versions. \ -Versions `1.13.x` should be compatible, however we did not test it. +**Note:** Invidious currently supports the following Crystal versions: `1.12.x` / `1.13.x` / `1.14.x`. \ +Versions `1.11.x` and older are incompatible because we use features only present in the newer versions. \ +Versions `1.15.x` should be compatible, however we did not test it. #### Install the dependencies