From 955b76fe50157dbdd75e1bee4e72449e802627a7 Mon Sep 17 00:00:00 2001 From: Pedram Nimreezi Date: Mon, 6 May 2013 16:40:36 -0400 Subject: [PATCH] Add compiler to applications and update description --- src/goldrush.app.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/goldrush.app.src b/src/goldrush.app.src index 5c811fb..3ea6431 100644 --- a/src/goldrush.app.src +++ b/src/goldrush.app.src @@ -1,8 +1,8 @@ {application, goldrush, [ - {description, ""}, - {vsn, "0.1.0"}, + {description, "Erlang event stream processor"}, + {vsn, "0.1.1"}, {registered, []}, - {applications, [kernel, stdlib, syntax_tools]}, + {applications, [kernel, stdlib, syntax_tools, compiler]}, {mod, {gr_app, []}}, {env, []} ]}.