Skip to content

Commit 004f9f6

Browse files
Martin Conte Mac DonellReflejo
authored andcommitted
Bump version to 3.0.1
1 parent 23b173c commit 004f9f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [3.0.1](https://github.com/lyft/Kronos/releases/tag/3.0.1)
66
- Don't restore timestamps from the cache after a reboot
7+
- Expose sync age through `Clock.annotatedNow`
78

89
## [3.0.0](https://github.com/lyft/Kronos/releases/tag/3.0.0)
910
- Update for Swift 4.2

Kronos.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Kronos'
3-
s.version = '3.0.0'
3+
s.version = '3.0.1'
44
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
55
s.summary = 'Elegant NTP client in Swift'
66
s.homepage = 'https://github.com/lyft/Kronos'

0 commit comments

Comments
 (0)