From ee00e4bf2a62bd454c4641a69232559cf981eb22 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Wed, 30 Jun 2021 18:47:05 -0500 Subject: [PATCH] Version Bump --- src/qdate_localtime.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, []},