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
52
52
``` swift
53
53
let package = Package (
54
54
dependencies : [
55
- .package (url : " https://github.com/SDWebImage/SDWebImageSwiftUI.git" , from : " 0.4 " )
55
+ .package (url : " https://github.com/SDWebImage/SDWebImageSwiftUI.git" , from : " 0.5 " )
56
56
],
57
57
)
58
58
```
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SDWebImageSwiftUI'
11
- s . version = '0.4.2 '
11
+ s . version = '0.5.0 '
12
12
s . summary = 'Integration of SDWebImage Asynchronous image loading and SwiftUI framework'
13
13
14
14
s . description = <<-DESC
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.4.2 </string >
18
+ <string >0.5.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
</dict >
You can’t perform that action at this time.
0 commit comments