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") ] ```