Released v1.0.0-beta2 version

This commit is contained in:
DreamPiggy 2020-02-02 00:15:53 +08:00
parent 7891347b18
commit 963dac42e7
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-beta'
s.version = '1.0.0-beta2'
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-beta</string>
<string>1.0.0-beta2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>