From 3bfd5c35b776cd7a0301b704c610e6b42c620df2 Mon Sep 17 00:00:00 2001 From: Manuel Rubio Date: Mon, 21 Oct 2019 12:20:02 +0200 Subject: [PATCH] 0.2.2 - minor fix to retrieve tzdata --- README.md | 2 ++ src/ezic.app.src | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd0b69f..2f3c907 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/src/ezic.app.src b/src/ezic.app.src index 5d55e58..871dfb2 100644 --- a/src/ezic.app.src +++ b/src/ezic.app.src @@ -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"}]},