Skip to content

Commit 9372a08

Browse files
authored
Merge pull request #319 from woxtu/patch
Update version for installation
2 parents b7af5e6 + 075405a commit 9372a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ For downstream framework author, you should create a `Package.swift` file into y
117117
```swift
118118
let package = Package(
119119
dependencies: [
120-
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "2.0.0")
120+
.package(url: "https://github.com/SDWebImage/SDWebImageSwiftUI.git", from: "3.0.0")
121121
],
122122
)
123123
```

0 commit comments

Comments
 (0)