Skip to content

Commit d5d33cf

Browse files
committed
Bump version.
1 parent a5069fb commit d5d33cf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/erlsom.app.src

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{application,erlsom,
2-
[{description,"XML parser. Supports SAX style parsing as well as XML Schema based data mapping: create records from XML (and vice versa)"},
3-
{vsn,"1.4.2"},
4-
{modules,[]},
5-
{maintainers, ["Willem de Jong"]},
6-
{licenses, ["GNU Lesser GPL, Version 3"]},
7-
{links, [{"Github", "https://github.com/willemdj/erlsom"}]},
8-
{registered, []},
9-
{env, []},
10-
{applications,[kernel,stdlib,inets]}]}.
2+
[{description,"XML parser. Supports SAX style parsing as well as XML Schema based data mapping: create records from XML (and vice versa)"},
3+
{vsn,"1.5.0"},
4+
{modules,[]},
5+
{maintainers,["Willem de Jong"]},
6+
{licenses,["GNU Lesser GPL, Version 3"]},
7+
{links,[{"Github","https://github.com/willemdj/erlsom"}]},
8+
{registered,[]},
9+
{env,[]},
10+
{applications,[kernel,stdlib,inets]}]}.

0 commit comments

Comments
 (0)