Skip to content

Commit

Permalink
Bump CocoaPods version (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Smiley <[email protected]>
  • Loading branch information
keith authored Jun 15, 2023
1 parent 5c0153e commit a46542c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
`Kronos` adheres to [Semantic Versioning](http://semver.org/).

## [4.2.2](https://github.com/MobileNativeFoundation/Kronos/releases/tag/4.2.2)
- Update project deployment targets for newer Xcode versions

## [4.2.1](https://github.com/MobileNativeFoundation/Kronos/releases/tag/4.2.1)
- Fix CocoaPods version

Expand Down
2 changes: 1 addition & 1 deletion Kronos.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Kronos'
s.version = '4.2.1'
s.version = '4.2.2'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'Elegant NTP client in Swift'
s.homepage = 'https://github.com/MobileNativeFoundation/Kronos'
Expand Down

0 comments on commit a46542c

Please sign in to comment.