File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
` TrueTime.swift ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 4.1.0] ( https://github.com/instacart/TrueTime.swift/releases/tag/4.1.0 )
7
+
8
+ - Added: Now posting notification when reference time gets updated
9
+ - Fixed: Fixed crash when receiving empty packets from certain hosts.
10
+
6
11
## [ 4.0.0] ( https://github.com/instacart/TrueTime.swift/releases/tag/4.0.0 )
7
12
8
13
- Added: Swift 3 support.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'TrueTime'
3
- s . version = '4.0 .0'
3
+ s . version = '4.1 .0'
4
4
s . summary = 'NTP library for Swift. Get the true time impervious to device clock changes.'
5
5
6
6
s . homepage = 'https://github.com/instacart/TrueTime.swift'
You can’t perform that action at this time.
0 commit comments