From 174d3cbe8fda9877ec419fd7d21266471677a178 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Sat, 18 Oct 2014 18:12:23 +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 943bdf0..6339385 100644 --- a/src/sqlite3.app.src +++ b/src/sqlite3.app.src @@ -1,7 +1,7 @@ {application, sqlite3, [ {description, "SQLite3 Interface"}, - {vsn, "1.1.4"}, + {vsn, "1.1.5"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]},