Update version

This commit is contained in:
woxtu 2024-06-12 20:05:15 +09:00
parent b7af5e6bd9
commit 075405a3e8
1 changed files with 1 additions and 1 deletions

View File

@ -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")
],
)
```