version bump

This commit is contained in:
Jesse Gumm 2015-07-26 08:34:12 -05:00
parent 4f19dcf5ec
commit b71173dc65
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
* Remove dependency on a running server for tracking application state.

View file

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