Skip to content

Commit fe1a395

Browse files
author
Michael Sanders
committed
Update CHANGELOG and bump version
1 parent a75a39f commit fe1a395

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
`TrueTime.swift` adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [4.1.1](https://github.com/instacart/TrueTime.swift/releases/tag/4.1.1)
7+
8+
- Fixed: Addressed issue building project with latest swiftlint installed.
9+
610
## [4.1.0](https://github.com/instacart/TrueTime.swift/releases/tag/4.1.0)
711

812
- Added: Now posting notification when reference time gets updated

TrueTime.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 = 'TrueTime'
3-
s.version = '4.1.0'
3+
s.version = '4.1.1'
44
s.summary = 'NTP library for Swift. Get the true time impervious to device clock changes.'
55

66
s.homepage = 'https://github.com/instacart/TrueTime.swift'

0 commit comments

Comments
 (0)