Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CSolanaM committed Jan 10, 2024
1 parent 2216897 commit 242090e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.

## [2.0.1](https://github.com/CSolanaM/SkeletonUI/releases/tag/2.0.1)
### Added
-
### Changed
-
### Removed
-
### Fixed
- Animations fixed for iOS 17, improving performance and reliability

## [2.0.0](https://github.com/CSolanaM/SkeletonUI/releases/tag/2.0.0)
### Added
-
Expand Down
2 changes: 1 addition & 1 deletion SkeletonUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SkeletonUI'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'Elegant skeleton loading animation in SwiftUI and Combine'
s.description = <<-DESC
SkeletonUI aims to bring an elegant, declarative syntax to skeleton loading animations. Get rid of loading screens or spinners and start using skeletons to represent final content shapes
Expand Down

0 comments on commit 242090e

Please sign in to comment.