Blob Blame History Raw
From: Willem <w.a.de.jong@gmail.com>
Date: Tue, 22 Jan 2019 11:02:31 +0100
Subject: [PATCH] Bump version.


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]}]}.