Update version.

The rebar and hex.pm versions have diverged at some point in the
last two years, so i bumped to 0.2.5 to get them to the same
number.
This commit is contained in:
Connor Rigby
2018-11-29 12:46:04 -08:00
parent ab25c2d2b6
commit cb28380fc4

View File

@@ -1,7 +1,7 @@
{application, esqlite, {application, esqlite,
[ [
{description, "sqlite nif interface"}, {description, "sqlite nif interface"},
{vsn, "0.2.3"}, {vsn, "0.2.5"},
{modules, [esqlite3, esqlite3_nif]}, {modules, [esqlite3, esqlite3_nif]},
{registered, []}, {registered, []},
{maintainers, ["Aleph Archives", "Qing Liang <qing.liang.cn@gmail.com>"]}, {maintainers, ["Aleph Archives", "Qing Liang <qing.liang.cn@gmail.com>"]},