Skip to content

Commit 9953862

Browse files
committed
Bump version to 2.3.0
1 parent ae66f4f commit 9953862

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

APNGKit.podspec

+1-1
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.5"
4+
s.version = "2.3.0"
55
s.summary = "High performance and delightful way to play with APNG format in iOS."
66

77
s.description = <<-DESC

CHANGELOG.md

+3
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.3.0] - 2024-03-19
8+
79
### Add
810

911
- Support for visionOS. Now APNGKit can be used on visionOS in the native way. [#146](https://github.com/onevcat/APNGKit/pull/146)
@@ -103,3 +105,4 @@ need also check the README to do a re-implement.
103105
[2.2.3]: https://github.com/onevcat/APNGKit/compare/2.2.2...2.2.3
104106
[2.2.4]: https://github.com/onevcat/APNGKit/compare/2.2.3...2.2.4
105107
[2.2.5]: https://github.com/onevcat/APNGKit/compare/2.2.4...2.2.5
108+
[2.3.0]: https://github.com/onevcat/APNGKit/compare/2.2.5...2.3.0

0 commit comments

Comments
 (0)