Commit 2e63ee8 Michael Sanders
committed
1 parent 6e4e6dd commit 2e63ee8 Copy full SHA for 2e63ee8
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-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
+ ## [ 3.1.1] ( https://github.com/instacart/TrueTime.swift/releases/tag/3.1.1 )
7
+
8
+ - Fixed: Addressed issue building project with latest swiftlint installed.
9
+
6
10
## [ 3.1.0] ( https://github.com/instacart/TrueTime.swift/releases/tag/3.1.0 )
7
11
8
12
- Added: Now supporting CocoaPods.
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 = '3.1.0 '
3
+ s . version = '3.1.1 '
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