Skip to content

Commit

Permalink
v0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 23, 2021
1 parent a5db568 commit 928c560
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
@@ -1,5 +1,11 @@
# Changelog

## v0.1.4

* Bug fixes
* Setting the default timezone didn't work on Nerves. Thanks to @pojiro for
fixing this

## v0.1.3

* Updates
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NervesTimeZones.MixProject do
use Mix.Project

@version "0.1.3"
@version "0.1.4"
@source_url "https://github.com/nerves-time/nerves_time_zones"
@tzdata_version "2021a"
@tzdata_earliest_date to_string(System.os_time(:second) - 86400)
Expand Down

0 comments on commit 928c560

Please sign in to comment.