Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
dependency minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Nov 14, 2014
1 parent f98dc02 commit 4e45c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{cover_enabled, true}.

{deps, [
{dispcount, "1.0.0",
{git, "https://github.com/ferd/dispcount.git", "1.0.0"}}
{dispcount, "1.0.2",
{git, "https://github.com/ferd/dispcount.git", "1.0.2"}}
]}.

{erl_opts, [debug_info]}.
2 changes: 1 addition & 1 deletion src/dlhttpc.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

{application, dlhttpc,
[{description, "Dispcount + Lightweight HTTP Client"},
{vsn, "0.2.0"},
{vsn, "0.2.1"},
{modules, [dlhttpc, dlhttpc_sup, dlhttpc_client, dlhttpc_sock, lhttp_lb]},
{registered, [dlhttpc_sup]},
{applications, [kernel, stdlib, ssl, crypto, dispcount]},
Expand Down

0 comments on commit 4e45c3e

Please sign in to comment.