Skip to content

Commit 2f56dc6

Browse files
committed
Bump version to 2.2.4
1 parent 0abaf87 commit 2f56dc6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

APNGKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "APNGKit"
4-
s.version = "2.2.3"
4+
s.version = "2.2.4"
55
s.summary = "High performance and delightful way to play with APNG format in iOS."
66

77
s.description = <<-DESC

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.4] - 2023-12-09
8+
79
### Fix
810

911
- A timing issue that on iOS 17 a wrong timestamp might be used when the image starts to play when the app is just going to start up. It caused the image to be played at the wrong speed. [#140](https://github.com/onevcat/APNGKit/pull/140) @alexander-steel @devflow @onevcat
@@ -83,3 +85,4 @@ need also check the README to do a re-implement.
8385
[2.2.1]: https://github.com/onevcat/APNGKit/compare/2.2.0...2.2.1
8486
[2.2.2]: https://github.com/onevcat/APNGKit/compare/2.2.1...2.2.2
8587
[2.2.3]: https://github.com/onevcat/APNGKit/compare/2.2.2...2.2.3
88+
[2.2.4]: https://github.com/onevcat/APNGKit/compare/2.2.3...2.2.4

0 commit comments

Comments
 (0)