bump vsn to 1.1.0
diff --git a/src/recon.app.src b/src/recon.app.src
index 0d78f84..9403e6a 100644
--- a/src/recon.app.src
+++ b/src/recon.app.src
@@ -1,6 +1,6 @@
 {application, recon,
  [{description, "Diagnostic tools for production use"},
-  {vsn, "1.0.0"},
+  {vsn, "1.1.0"},
   {modules, [recon]},
   {registered, []},
   {applications, [kernel, stdlib]}]}.