From b8f012f3a8dcdb2e700401d2c19208d9abf38d49 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 5 Sep 2022 18:16:13 -0400 Subject: Update SECURITY.md (#258) Hi! My understanding is that this table should say that that less than 2.0 is not supported but 2.1.x and 2.0.x is supported. Otherwise there should be a new line in the table for pre 2.0, yes? --- .github/SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/SECURITY.md') diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 7510a34d..7ddab381 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -6,7 +6,7 @@ The following versions of the mod support security updates. | Version | Supported | | ------- | ------------------ | -| > 2.0 | :x: | +| < 2.0 | :x: | | 2.0.x | :white_check_mark: | | 2.1.x | :white_check_mark: | -- cgit