From 08923750931951495bbb55371dbbb06cb90f5e13 Mon Sep 17 00:00:00 2001 From: Christopher Jr Riley Date: Mon, 25 Nov 2024 19:59:09 -0500 Subject: [PATCH] Update README Preparing for 0.20.0. (Finally!) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55805d645b..a85077a054 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ I believe Bluesky and its accompanying AT Protocol gives the perfect balance bet You can use the Swift Package Manager to download and import the library into your project: ```swift dependencies: [ - .package(url: "https://github.com/MasterJ93/ATProtoKit.git", from: "0.19.0") + .package(url: "https://github.com/MasterJ93/ATProtoKit.git", from: "0.20.0") ] ```