diff --git a/src/qdate_localtime.app.src b/src/qdate_localtime.app.src index cd13a37..1f5e01f 100644 --- a/src/qdate_localtime.app.src +++ b/src/qdate_localtime.app.src @@ -1,7 +1,7 @@ {application, 'qdate_localtime', [ {description, "Erlang library for conversion from one local time to another (forked specifically for qdate compatibility)"}, - {vsn, "1.1.0"}, + {vsn, "1.2.0"}, {applications, [kernel, stdlib]}, {modules, []}, {registered, []},