From 56a3fee151340212c1b7a92344e4ece07fc15010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 30 Apr 2018 14:34:10 +0200 Subject: Cowlib 2.3.0 --- Makefile | 2 +- ebin/cowlib.app | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80bf7b3..0cb19e2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT = cowlib PROJECT_DESCRIPTION = Support library for manipulating Web protocols. -PROJECT_VERSION = 2.2.1 +PROJECT_VERSION = 2.3.0 # Options. diff --git a/ebin/cowlib.app b/ebin/cowlib.app index c79935e..42872a7 100644 --- a/ebin/cowlib.app +++ b/ebin/cowlib.app @@ -1,6 +1,6 @@ {application, 'cowlib', [ {description, "Support library for manipulating Web protocols."}, - {vsn, "2.2.1"}, + {vsn, "2.3.0"}, {modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']}, {registered, []}, {applications, [kernel,stdlib,crypto]}, -- cgit v1.2.3