Increment version
This commit is contained in:
parent
5afd1335f1
commit
280f8e72f2
1 changed files with 1 additions and 2 deletions
|
@ -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.7.0"},
|
{vsn, "0.7.1"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [
|
{applications, [
|
||||||
kernel,
|
kernel,
|
||||||
|
@ -11,7 +11,6 @@
|
||||||
]},
|
]},
|
||||||
{modules, [qdate, qdate_srv, qdate_sup, qdate_app]},
|
{modules, [qdate, qdate_srv, qdate_sup, qdate_app]},
|
||||||
{env, []},
|
{env, []},
|
||||||
{maintainers, ["Jesse Gumm"]},
|
|
||||||
{licenses, ["MIT"]},
|
{licenses, ["MIT"]},
|
||||||
{mod, {qdate_app, []}},
|
{mod, {qdate_app, []}},
|
||||||
{links, [{"Github", "https://github.com/choptastic/qdate"}]}
|
{links, [{"Github", "https://github.com/choptastic/qdate"}]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue