We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b173c commit 004f9f6Copy full SHA for 004f9f6
CHANGELOG.md
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
## [3.0.1](https://github.com/lyft/Kronos/releases/tag/3.0.1)
6
- Don't restore timestamps from the cache after a reboot
7
+- Expose sync age through `Clock.annotatedNow`
8
9
## [3.0.0](https://github.com/lyft/Kronos/releases/tag/3.0.0)
10
- Update for Swift 4.2
Kronos.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Kronos'
3
- s.version = '3.0.0'
+ s.version = '3.0.1'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'Elegant NTP client in Swift'
s.homepage = 'https://github.com/lyft/Kronos'
0 commit comments