We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0153e commit a46542cCopy full SHA for a46542c
2 files changed
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
`Kronos` adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [4.2.2](https://github.com/MobileNativeFoundation/Kronos/releases/tag/4.2.2)
6
+- Update project deployment targets for newer Xcode versions
7
+
8
## [4.2.1](https://github.com/MobileNativeFoundation/Kronos/releases/tag/4.2.1)
9
- Fix CocoaPods version
10
Kronos.podspec
@@ -1,6 +1,6 @@
1
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'
0 commit comments