From a6626f3b4539b07366034b4953ab2df29e3a9d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 22 Mar 2014 18:58:32 +0100 Subject: Update cowlib to 0.6.0 Adds chunked transfer-encoding support plus a few functions imported from Cowboy. Also adds a function to build requests for clients. --- src/cowlib.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cowlib.app.src b/src/cowlib.app.src index 0946ec4..cf275af 100644 --- a/src/cowlib.app.src +++ b/src/cowlib.app.src @@ -14,7 +14,7 @@ {application, cowlib, [ {description, "Support library for manipulating Web protocols."}, - {vsn, "0.5.1"}, + {vsn, "0.6.0"}, {modules, []}, {registered, []}, {applications, [ -- cgit v1.2.3