From 2904bb18571393ba13ba2752de24f0dbd301c35c Mon Sep 17 00:00:00 2001 From: Dimitri Bouniol Date: Sat, 24 Feb 2024 02:08:16 -0800 Subject: [PATCH] Updated README with latest release version info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3ef1d0..bee85e1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Please check the [releases](https://github.com/mochidev/Bytes/releases) for reco ```swift dependencies: [ - .package(url: "https://github.com/mochidev/Bytes.git", .upToNextMinor(from: "0.2.2")), + .package(url: "https://github.com/mochidev/Bytes.git", .upToNextMinor(from: "0.3.1")), ], ... targets: [