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"}]},