Skip to content

Commit

Permalink
Update README in preparation for 0.3.0 release (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiu authored Feb 3, 2025
1 parent 237abcd commit e453d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ let package = Package(
// ...
dependencies: [
// ...
.package(url: "https://github.com/nostr-sdk/nostr-sdk-ios.git", .upToNextMajor(from: "0.2.0"))
.package(url: "https://github.com/nostr-sdk/nostr-sdk-ios.git", .upToNextMajor(from: "0.3.0"))
],
targets: [
.target(
Expand Down

0 comments on commit e453d27

Please sign in to comment.