version bump

This commit is contained in:
Eric Scouten
2017-03-20 16:19:51 -07:00
parent c1ba116de4
commit aaa6eb884a

View File

@@ -1,12 +1,7 @@
{application, esqlite,
[
{description, "sqlite nif interface"},
{vsn, "0.1.1"},
{modules, [esqlite3, esqlite3_nif]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.
{application,esqlite,
[{description,"sqlite nif interface"},
{vsn,"0.2.3"},
{modules,[esqlite3,esqlite3_nif]},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]}]}.