From 9480c020b7169de7a0deea820727782155e9c246 Mon Sep 17 00:00:00 2001 From: Christopher Jr Riley Date: Fri, 31 May 2024 08:16:48 -0400 Subject: [PATCH] Update README Preparing for version 0.12.0. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eba0eecfaf..75d1056905 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,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.11.0") + .package(url: "https://github.com/MasterJ93/ATProtoKit.git", from: "0.12.0") ] ```