Merge branch 'master2' into rebar3

This commit is contained in:
Jesse Gumm 2015-07-26 08:35:36 -05:00
commit d6ec97246f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## 0.4.1
* Remove unnecessary `io:format` call.
## 0.4.0 ## 0.4.0
* Remove dependency on a running server for tracking application state. * Remove dependency on a running server for tracking application state.

View file

@ -1,7 +1,7 @@
{application, qdate, {application, qdate,
[ [
{description, "Simple Date and Timezone handling for Erlang"}, {description, "Simple Date and Timezone handling for Erlang"},
{vsn, "0.4.0"}, {vsn, "0.4.1"},
{registered, []}, {registered, []},
{applications, [ {applications, [
kernel, kernel,