Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Mar 19, 2024
1 parent ae66f4f commit 9953862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion APNGKit.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "APNGKit"
s.version = "2.2.5"
s.version = "2.3.0"
s.summary = "High performance and delightful way to play with APNG format in iOS."

s.description = <<-DESC
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.3.0] - 2024-03-19

### Add

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

0 comments on commit 9953862

Please sign in to comment.