From 4e45c3e9deb7cec7a3a1bb8b21b9ea219efc5910 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Fri, 14 Nov 2014 16:29:00 -0500 Subject: [PATCH] dependency minor version bump --- rebar.config | 4 ++-- src/dlhttpc.app.src | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 84b8dfe..dc69000 100644 --- a/rebar.config +++ b/rebar.config @@ -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]}. diff --git a/src/dlhttpc.app.src b/src/dlhttpc.app.src index dc7e69d..e0a6051 100644 --- a/src/dlhttpc.app.src +++ b/src/dlhttpc.app.src @@ -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]},