Update version and remove deprecated attribute
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{application, sqlite3,
|
{application, sqlite3,
|
||||||
[
|
[
|
||||||
{description, "SQLite3 Interface"},
|
{description, "SQLite3 Interface"},
|
||||||
{vsn, "v1.1.6"},
|
{vsn, "1.1.9"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib]},
|
{applications, [kernel, stdlib]},
|
||||||
@@ -10,5 +10,4 @@
|
|||||||
%% hex.pm packaging:
|
%% hex.pm packaging:
|
||||||
{files, ["src/", "include/", "c_src/sqlite3_drv.c", "c_src/sqlite3_drv.h", "sqlite3_amalgamation/shell.c", "sqlite3_amalgamation/sqlite3.c", "sqlite3_amalgamation/sqlite3.h", "sqlite3_amalgamation/sqlite3ext.h", "rebar.config", "rebar.config.script", "README.md", "LICENSE"]},
|
{files, ["src/", "include/", "c_src/sqlite3_drv.c", "c_src/sqlite3_drv.h", "sqlite3_amalgamation/shell.c", "sqlite3_amalgamation/sqlite3.c", "sqlite3_amalgamation/sqlite3.h", "sqlite3_amalgamation/sqlite3ext.h", "rebar.config", "rebar.config.script", "README.md", "LICENSE"]},
|
||||||
{licenses, ["EPL 1.1"]},
|
{licenses, ["EPL 1.1"]},
|
||||||
{maintainers, ["alexeyr", "ProcessOne"]},
|
|
||||||
{links, [{"Github", "https://github.com/processone/erlang-sqlite3"}]}]}.
|
{links, [{"Github", "https://github.com/processone/erlang-sqlite3"}]}]}.
|
||||||
|
|||||||
Reference in New Issue
Block a user