File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ SDWebImageSwiftUI is available through [Swift Package Manager](https://swift.org
5252``` swift
5353let package = Package (
5454 dependencies : [
55- .package (url : " https://github.com/SDWebImage/SDWebImageSwiftUI.git" , from : " 0.5 " )
55+ .package (url : " https://github.com/SDWebImage/SDWebImageSwiftUI.git" , from : " 0.6 " )
5656 ],
5757)
5858```
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'SDWebImageSwiftUI'
11- s . version = '0.5.2 '
11+ s . version = '0.6.0 '
1212 s . summary = 'Integration of SDWebImage Asynchronous image loading and SwiftUI framework'
1313
1414 s . description = <<-DESC
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.5.2 </string >
18+ <string >0.6.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments