Skip to content

Commit 20939da

Browse files
committed
Bump version to 2.1.1
1 parent cd561a4 commit 20939da

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.1.0"
4+
s.version = "2.1.1"
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.1.1] - 2021-12-15
8+
79
### Fix
810

911
- An issue introduced in 2.1.0 that the background was not clear before rendering the next frame when `dispose_op` is `previous`. [#118](https://github.com/onevcat/APNGKit/pull/118) @onevcat
@@ -39,3 +41,4 @@ need also check the README to do a re-implement.
3941
[2.0.1]: https://github.com/onevcat/APNGKit/compare/2.0.0...2.0.1
4042
[2.0.2]: https://github.com/onevcat/APNGKit/compare/2.0.1...2.0.2
4143
[2.1.0]: https://github.com/onevcat/APNGKit/compare/2.0.2...2.1.0
44+
[2.1.1]: https://github.com/onevcat/APNGKit/compare/2.1.0...2.1.1

0 commit comments

Comments
 (0)