Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knutin committed Sep 12, 2018
1 parent faf7154 commit 6a8253f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/eredis.app.src
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{application, eredis, [
{description, "Erlang Redis Client"},
{vsn, "1.2.0"},
{modules, [eredis, eredis_client, eredis_parser, eredis_sub, eredis_sub_client]},
{registered, []},
{applications, [kernel, stdlib]},
{maintainers, ["Knut Nesheim"]},
{licenses, ["MIT"]}
]}.
{application,eredis,
[{description,"Erlang Redis Client"},
{vsn,"1.2.0"},
{modules,[eredis,eredis_client,eredis_parser,eredis_sub,
eredis_sub_client]},
{registered,[]},
{applications,[kernel,stdlib]},
{maintainers,["Knut Nesheim"]},
{licenses,["MIT"]}]}.

0 comments on commit 6a8253f

Please sign in to comment.