Browse Source

Cowlib 2.9.0

Loïc Hoguin 5 years ago
parent
commit
b34155f725
3 changed files with 3 additions and 3 deletions
  1. 1 1
      LICENSE
  2. 1 1
      Makefile
  3. 1 1
      ebin/cowlib.app

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2013-2018, Loïc Hoguin <essen@ninenines.eu>
+Copyright (c) 2013-2020, Loïc Hoguin <essen@ninenines.eu>
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@
 
 PROJECT = cowlib
 PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.8.0
+PROJECT_VERSION = 2.9.0
 
 # Options.
 

+ 1 - 1
ebin/cowlib.app

@@ -1,6 +1,6 @@
 {application, 'cowlib', [
 	{description, "Support library for manipulating Web protocols."},
-	{vsn, "2.8.0"},
+	{vsn, "2.9.0"},
 	{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]},