We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 192961a + 740bd33 commit ff48109Copy full SHA for ff48109
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
+## [1.0.0](https://github.com/lyft/Kronos/releases/tag/1.0.0)
6
+- Use `UserDefaults` to cache the previous stable time
7
+
8
## [0.2.4](https://github.com/lyft/Kronos/releases/tag/0.2.4)
9
- Add Swift 4 support
10
Kronos.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
s.name = 'Kronos'
- s.version = '0.2.4'
+ s.version = '1.0.0'
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