Skip to content

Commit 0b59086

Browse files
committed
Bump version to 0.8.2
Update the podspec description
1 parent fd40189 commit 0b59086

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

SDWebImageSwiftUI.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageSwiftUI'
11-
s.version = '0.8.1'
12-
s.summary = 'Integration of SDWebImage Asynchronous image loading and SwiftUI framework'
11+
s.version = '0.8.2'
12+
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
1313

1414
s.description = <<-DESC
15-
This framework is used to integrate SDWebImage' image loading system to the new SwiftUI framework.
16-
Which aims to provide a better support for SwiftUI users.
15+
SDWebImageSwiftUI is a SwiftUI image loading framework, which based on SDWebImage.
16+
It brings all your favorite features from SDWebImage, like async image loading, memory/disk caching, animated image playback and performances.
1717
DESC
1818

1919
s.homepage = 'https://github.com/SDWebImage/SDWebImageSwiftUI'

SDWebImageSwiftUI/Module/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.8.1</string>
18+
<string>0.8.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)