Skip to content

Commit

Permalink
RELEASE 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Hueras committed Jan 19, 2015
1 parent a892ddc commit 1c9deb2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
20 changes: 17 additions & 3 deletions ebin/estatsd.appup
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
{"1.3.4", [
{"1.3.5", [
{"1.3.4", [
{update, estatsd_listener},
{update, estatsd_server, {advanced, []}}
]},
{"1.3.3", [
{update, estatsd_listener},
{update, estatsd_server, {advanced, []}}
]},
{"1.3.2", [
{load_module, estatsd},
{update, estatsd_listener}
{update, estatsd_listener},
{update, estatsd_server, {advanced, []}}
]}
],
[
{"1.3.4", [
{update, estatsd_listener},
{update, estatsd_server, {advanced, []}}
]},
{"1.3.3", [
{update, estatsd_listener},
{update, estatsd_server, {advanced, []}}
]},
{"1.3.2", [
{load_module, estatsd},
{update, estatsd_listener}
{update, estatsd_listener},
{update, estatsd_server, {advanced, []}}
]}
]}.
5 changes: 3 additions & 2 deletions src/estatsd.app.src
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{application, estatsd,
[
{description, "Stats aggregation service that writes to graphite"},
{vsn, "1.3.4"},
{vsn, "1.3.5"},
{registered, []},
{applications, [
kernel,
stdlib,
ranch
ranch,
ibrowse
]},
{mod, { estatsd_app, []}},
{env, []}
Expand Down

0 comments on commit 1c9deb2

Please sign in to comment.