Increment version

This commit is contained in:
Jesse Gumm 2023-08-12 19:46:32 -05:00
parent 5afd1335f1
commit 280f8e72f2

View file

@ -1,7 +1,7 @@
{application, qdate,
[
{description, "Simple Date and Timezone handling for Erlang"},
{vsn, "0.7.0"},
{vsn, "0.7.1"},
{registered, []},
{applications, [
kernel,
@ -11,7 +11,6 @@
]},
{modules, [qdate, qdate_srv, qdate_sup, qdate_app]},
{env, []},
{maintainers, ["Jesse Gumm"]},
{licenses, ["MIT"]},
{mod, {qdate_app, []}},
{links, [{"Github", "https://github.com/choptastic/qdate"}]}