version bump
This commit is contained in:
parent
4f19dcf5ec
commit
b71173dc65
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue