0.2.2 - minor fix to retrieve tzdata

This commit is contained in:
Manuel Rubio
2019-10-21 12:20:02 +02:00
parent 498c0c566b
commit 3bfd5c35b7
2 changed files with 3 additions and 1 deletions

View File

@@ -76,6 +76,8 @@ A big thanks to ezic's contributors:
* [jrgdiz](https://github.com/jrgdiz)
* [arkdro](https://github.com/arkdro)
* [amasyura](https://github.com/amasyura)
* [manuel-rubio](https://github.com/manuel-rubio)
* [danielribes](https://github.com/danielribes)
The decision to release this into the public domain was inspired by the (anti-) license of the [SQLite project](http://www.sqlite.org/copyright.html).

View File

@@ -1,6 +1,6 @@
{application,ezic,
[{registered,[]},
{vsn,"0.2.1"},
{vsn,"0.2.2"},
{description,"A set of Erlang utilities for the Olson timezone database files"},
{applications,[kernel,stdlib]},
{env,[{tzdata_dir,"priv/tzdata"}]},