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, {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"}]}