From acd84d1becbce97463a5a5c0a5eb617a9e389428 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Thu, 21 Dec 2023 12:52:54 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50b21f3..30c7a87 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ as a package dependency in Xcode. Add the following to the dependencies array in your `Package.swift`: ``` swift -.package(url: "https://github.com/rust-nostr/nostr-sdk-swift.git", from: "0.0.5"), +.package(url: "https://github.com/rust-nostr/nostr-sdk-swift.git", from: "0.6.0"), ``` ## 📄 Usage