Released v1.2.1 version

This commit is contained in:
DreamPiggy 2020-04-01 17:51:12 +08:00
parent 9b8c19df1d
commit caebf495b9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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