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