Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sanders committed Jul 11, 2017
1 parent aa227e7 commit c1486a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
`TrueTime.swift` adheres to [Semantic Versioning](http://semver.org/).

## [4.1.3](https://github.com/instacart/TrueTime.swift/releases/tag/4.1.3)

- Fixed: Improved compile times when building from scratch.
- Fixed: Exposed uptime interval for reporting.
- Fixed: Updated dependencies to latest versions.

## [4.1.2](https://github.com/instacart/TrueTime.swift/releases/tag/4.1.2)

- Fixed: Addressed warning when building with Swift 3.1.
Expand Down
2 changes: 1 addition & 1 deletion TrueTime.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TrueTime'
s.version = '4.1.2'
s.version = '4.1.3'
s.summary = 'NTP library for Swift. Get the true time impervious to device clock changes.'

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

0 comments on commit c1486a2

Please sign in to comment.