Version bump (1.2.1)

This commit is contained in:
Jesse Gumm 2022-12-09 15:40:10 -06:00
parent 9833becbb6
commit cee705be45
2 changed files with 3 additions and 2 deletions

View file

@ -14,4 +14,5 @@ $(TZDIR): tzdata-latest.tar.gz
tzdata-latest.tar.gz:
curl -O "ftp://ftp.iana.org/tz/tzdata-latest.tar.gz"
clean:
@(rm -fr tzdata *.tar.gz tzout *~)

View file

@ -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.2.0"},
{vsn, "1.2.1"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},