From cb62d55d2e12b8d5d0a12861f3cfdff6a235a721 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Thu, 28 Sep 2023 22:45:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d0443d..feb3a35 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-swift.git", from: "0.0.3"), +.package(url: "https://github.com/rust-nostr/nostr-swift.git", from: "0.0.4"), ``` ## 📄 Usage