diff --git a/dune-project b/dune-project index d3ff2666..9ccb6023 100644 --- a/dune-project +++ b/dune-project @@ -4,7 +4,7 @@ (authors c-cube) (maintainers c-cube) -(version 0.15) +(version 0.16) (source (github c-cube/tiny_httpd)) (homepage https://github.com/c-cube/tiny_httpd/) (license MIT) diff --git a/src/Tiny_httpd_server.mli b/src/Tiny_httpd_server.mli index 5859778b..45dca8fb 100644 --- a/src/Tiny_httpd_server.mli +++ b/src/Tiny_httpd_server.mli @@ -128,7 +128,7 @@ module Request : sig val client_addr : _ t -> Unix.sockaddr (** Client address of the request. - @since NEXT_RELEASE *) + @since 0.16 *) val meth : _ t -> Meth.t (** Method for the request. *) diff --git a/tiny_httpd.opam b/tiny_httpd.opam index cc4a4daa..a2ce739c 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.15" +version: "0.16" synopsis: "Minimal HTTP server using threads" maintainer: ["c-cube"] authors: ["c-cube"] diff --git a/tiny_httpd_camlzip.opam b/tiny_httpd_camlzip.opam index b53b17d3..e8a269f2 100644 --- a/tiny_httpd_camlzip.opam +++ b/tiny_httpd_camlzip.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.15" +version: "0.16" synopsis: "Interface to camlzip for tiny_httpd" maintainer: ["c-cube"] authors: ["c-cube"]