Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Reflejo committed Dec 10, 2018
1 parent 23b173c commit 004f9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

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

## [3.0.0](https://github.com/lyft/Kronos/releases/tag/3.0.0)
- Update for Swift 4.2
Expand Down
2 changes: 1 addition & 1 deletion Kronos.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Kronos'
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'
Expand Down

0 comments on commit 004f9f6

Please sign in to comment.