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 @@ -54,7 +54,7 @@ SDWebImageSwiftUI is available through [Swift Package Manager](https://swift.org
54
54
``` swift
55
55
let package = Package (
56
56
dependencies : [
57
- .package (url : " https://github.com/SDWebImage/SDWebImageSwiftUI.git" , from : " 0.1 " )
57
+ .package (url : " https://github.com/SDWebImage/SDWebImageSwiftUI.git" , from : " 0.2 " )
58
58
],
59
59
)
60
60
```
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.1.2 '
11
+ s . version = '0.2.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.1.2 </string >
18
+ <string >0.2.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