From 3521791da1fb137f198f6538f8cd852079bf1d59 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Thu, 10 Dec 2020 15:32:23 +0100 Subject: [PATCH] Update version and remove deprecated attribute --- src/sqlite3.app.src | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sqlite3.app.src b/src/sqlite3.app.src index c0c9dd7..7ea28dd 100644 --- a/src/sqlite3.app.src +++ b/src/sqlite3.app.src @@ -1,7 +1,7 @@ {application, sqlite3, [ {description, "SQLite3 Interface"}, - {vsn, "v1.1.6"}, + {vsn, "1.1.9"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]}, @@ -10,5 +10,4 @@ %% 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"]}, {licenses, ["EPL 1.1"]}, - {maintainers, ["alexeyr", "ProcessOne"]}, {links, [{"Github", "https://github.com/processone/erlang-sqlite3"}]}]}.