From a8f15a441593c153e6e12e98ec6e0f2e3fdfa801 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Sat, 11 Oct 2014 14:09:42 +0400 Subject: [PATCH] Version bump to 1.1.1 --- 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 37a5ab1..a849e32 100644 --- a/src/sqlite3.app.src +++ b/src/sqlite3.app.src @@ -1,7 +1,7 @@ {application, sqlite3, [ {description, "SQLite3 Interface"}, - {vsn, "1.1.0"}, + {vsn, "1.1.1"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]},