aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-03-29 15:18:45 +0200
committerLoïc Hoguin <[email protected]>2023-03-29 15:18:45 +0200
commitcc04201c1d0e1d5603cd1cde037ab729b192634c (patch)
tree35da60598fa18bbb1f2394bb93bc7031441862ca
parentb9eb3ded0db748c8f676413c7982de26f62a99ec (diff)
downloadcowlib-cc04201c1d0e1d5603cd1cde037ab729b192634c.tar.gz
cowlib-cc04201c1d0e1d5603cd1cde037ab729b192634c.tar.bz2
cowlib-cc04201c1d0e1d5603cd1cde037ab729b192634c.zip
Cowlib 2.12.12.12.1
-rw-r--r--Makefile2
-rw-r--r--ebin/cowlib.app2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c14a51e..0c17f95 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.12.0
+PROJECT_VERSION = 2.12.1
# Options.
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 6959b6e..3d5c5e7 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.12.0"},
+ {vsn, "2.12.1"},
{modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},