diff --git a/CHANGELOG.md b/CHANGELOG.md index ac95914b..df95663a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.19.3 - 5.19 Patch, on May 30th, 2024](https://github.com/rs/SDWebImage/releases/tag/5.19.3) +See [all tickets marked for the 5.19.3 release](https://github.com/SDWebImage/SDWebImage/milestone/135) + +### Fixes +- Fix the detection of SVGImageRep on macOS AppKit #3716 + ## [5.19.2 - Canonical Binary XCFramework, on Mar 26th, 2024](https://github.com/rs/SDWebImage/releases/tag/5.19.2) See [all tickets marked for the 5.19.2 release](https://github.com/SDWebImage/SDWebImage/milestone/134) diff --git a/SDWebImage.json b/SDWebImage.json index bf6ed655..2c2d9c98 100644 --- a/SDWebImage.json +++ b/SDWebImage.json @@ -1,3 +1,4 @@ { - "5.19.2": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.2/SDWebImage-dynamic.xcframework.zip" + "5.19.2": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.2/SDWebImage-dynamic.xcframework.zip", + "5.19.3": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.3/SDWebImage-dynamic.xcframework.zip" } diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 4cdedbc0..d3b42906 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.19.2' + s.version = '5.19.3' s.osx.deployment_target = '10.11' s.ios.deployment_target = '9.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 01101b21..98b0fda3 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.19.2 + 5.19.3 CFBundleSignature ???? CFBundleVersion - 5.19.2 + 5.19.3 NSPrincipalClass