From d5d33cf3d3266109afd70ba6c92756c50e2b9dbc Mon Sep 17 00:00:00 2001 From: Willem Date: Tue, 22 Jan 2019 11:02:31 +0100 Subject: [PATCH] Bump version. --- src/erlsom.app.src | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/erlsom.app.src b/src/erlsom.app.src index 2ec2957..d5e290d 100644 --- a/src/erlsom.app.src +++ b/src/erlsom.app.src @@ -1,10 +1,10 @@ {application,erlsom, - [{description,"XML parser. Supports SAX style parsing as well as XML Schema based data mapping: create records from XML (and vice versa)"}, - {vsn,"1.4.2"}, - {modules,[]}, - {maintainers, ["Willem de Jong"]}, - {licenses, ["GNU Lesser GPL, Version 3"]}, - {links, [{"Github", "https://github.com/willemdj/erlsom"}]}, - {registered, []}, - {env, []}, - {applications,[kernel,stdlib,inets]}]}. + [{description,"XML parser. Supports SAX style parsing as well as XML Schema based data mapping: create records from XML (and vice versa)"}, + {vsn,"1.5.0"}, + {modules,[]}, + {maintainers,["Willem de Jong"]}, + {licenses,["GNU Lesser GPL, Version 3"]}, + {links,[{"Github","https://github.com/willemdj/erlsom"}]}, + {registered,[]}, + {env,[]}, + {applications,[kernel,stdlib,inets]}]}.