Skip to content

Commit

Permalink
Corrected app.src
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Adams committed Jun 2, 2017
1 parent 49d4f58 commit 94e48b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cecho.app.src
@@ -1,14 +1,14 @@
{application, cecho,
[{description, "An ncurses library for Erlang"},
{vsn, "0.5.0"},
{vsn, "0.0.4"},
{registered, []},
{mod, { cecho, []}},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{modules, [cecho, cecho_srv, cecho_example]},

{maintainers, []},
{licenses, ["Apache 2.0"]},
Expand Down

0 comments on commit 94e48b6

Please sign in to comment.