Released v1.0.0-beta3 version

This commit is contained in:
DreamPiggy 2020-02-25 18:47:05 +08:00
parent 547cb28a79
commit b32d3ca8f1
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageSwiftUI'
s.version = '1.0.0-beta2'
s.version = '1.0.0-beta3'
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
s.description = <<-DESC

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0-beta2</string>
<string>1.0.0-beta3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>