From ed2ae9d2a9caccf9dc4c3e5e0c288ff8095c42ee Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Sun, 12 Oct 2014 20:48:55 +0400 Subject: [PATCH] Version bump to 1.1.2 --- 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 a849e32..94140de 100644 --- a/src/sqlite3.app.src +++ b/src/sqlite3.app.src @@ -1,7 +1,7 @@ {application, sqlite3, [ {description, "SQLite3 Interface"}, - {vsn, "1.1.1"}, + {vsn, "1.1.2"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]},