Skip to content

Commit

Permalink
Update README to reference version 0.2.0 to prepare for release (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiu authored Oct 19, 2024
1 parent b73cec3 commit abff491
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 @@ -109,7 +109,7 @@ let package = Package(
// ...
dependencies: [
// ...
.package(url: "https://github.com/nostr-sdk/nostr-sdk-ios.git", .upToNextMajor(from: "0.1.0"))
.package(url: "https://github.com/nostr-sdk/nostr-sdk-ios.git", .upToNextMajor(from: "0.2.0"))
],
targets: [
.target(
Expand Down

0 comments on commit abff491

Please sign in to comment.