From 9a5bd3b86bf86790cc0571cbb2e26da4660fb41c Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Fri, 17 Oct 2014 23:46:20 +0400 Subject: [PATCH] Version bump --- src/sqlite3.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sqlite3.app.src b/src/sqlite3.app.src index de646a6..943bdf0 100644 --- a/src/sqlite3.app.src +++ b/src/sqlite3.app.src @@ -1,7 +1,7 @@ {application, sqlite3, [ {description, "SQLite3 Interface"}, - {vsn, "1.1.3"}, + {vsn, "1.1.4"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]},