File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "APNGKit"
4- s . version = "2.2.4 "
4+ s . version = "2.2.5 "
55 s . summary = "High performance and delightful way to play with APNG format in iOS."
66
77 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 2.2.5] - 2023-12-11
8+
79### Fix
810
911- A wrong condition check that caused the fix in 2.2.4 not to work as expected. [ #141 ] ( https://github.com/onevcat/APNGKit/pull/141 )
@@ -90,3 +92,4 @@ need also check the README to do a re-implement.
9092[ 2.2.2 ] : https://github.com/onevcat/APNGKit/compare/2.2.1...2.2.2
9193[ 2.2.3 ] : https://github.com/onevcat/APNGKit/compare/2.2.2...2.2.3
9294[ 2.2.4 ] : https://github.com/onevcat/APNGKit/compare/2.2.3...2.2.4
95+ [ 2.2.5 ] : https://github.com/onevcat/APNGKit/compare/2.2.4...2.2.5
You can’t perform that action at this time.
0 commit comments