From 2855eee550cccfefe23a06d44f2c147bb3d7ad8c Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Fri, 5 Jan 2024 13:46:02 +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 30c7a87..8912ef2 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.6.0"), +.package(url: "https://github.com/rust-nostr/nostr-sdk-swift.git", from: "0.7.0"), ``` ## 📄 Usage