From 16290fde3dddea63dafa505c6322ebd08083b835 Mon Sep 17 00:00:00 2001 From: Marcus Arnett Date: Wed, 21 Feb 2024 15:26:12 -0500 Subject: [PATCH] Add version corrections --- README.md | 2 +- SECURITY.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af855fe..571ee74 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) allows for devel * File > Swift Packages > Add Package Dependency * Add `https://github.com/opendive/SuiKit.git` -* Select "Up to next Major" with "1.1.1" +* Select "Up to next Major" with "1.2.1" #### SPM Through Xcode Package diff --git a/SECURITY.md b/SECURITY.md index b4bdebb..5f80965 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,7 +7,9 @@ | 1.0.0 | :x: | | 1.0.1 | :x: | | 1.1.0 | :x: | -| 1.1.1 | :white_check_mark: | +| 1.1.1 | :x: | +| 1.2.0 | :x: | +| 1.2.1 | :white_check_mark: | ## Reporting a Vulnerability