Released v3.1.1 version
This commit is contained in:
parent
fc52658f03
commit
5d462f7530
|
@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.1.1] - 2024-07-01
|
||||
- Fix the transition visual jump between placeholderImage and final image for AnimatedImage #326
|
||||
|
||||
## [3.1.0] - 2024-06-27
|
||||
- Re-implements the aspectRatio support on AnimatedImage, fix issue like cornerRadius #324
|
||||
- Add Image scale support in WebImage init #323
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SDWebImageSwiftUI'
|
||||
s.version = '3.1.0'
|
||||
s.version = '3.1.1'
|
||||
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.1.0</string>
|
||||
<string>3.1.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue