Skip to content

Commit

Permalink
Merge pull request #319 from woxtu/patch
Browse files Browse the repository at this point in the history
Update version for installation
  • Loading branch information
dreampiggy authored Jun 17, 2024
2 parents b7af5e6 + 075405a commit 9372a08
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 @@ -117,7 +117,7 @@ For downstream framework author, you should create a `Package.swift` file into y
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "2.0.0")
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.0")
],
)
```
Expand Down

0 comments on commit 9372a08

Please sign in to comment.