diff --git a/src/Tiny_httpd_util.ml b/src/Tiny_httpd_util.ml index 6ea4a197..6dd12717 100644 --- a/src/Tiny_httpd_util.ml +++ b/src/Tiny_httpd_util.ml @@ -69,23 +69,3 @@ let percent_decode (s:string) : _ option = Some (Buffer.contents buf) with Exit -> None - - - - - - - - - - - - - - - - - - - - diff --git a/src/Tiny_httpd_util.mli b/src/Tiny_httpd_util.mli index 16b50f45..8817f174 100644 --- a/src/Tiny_httpd_util.mli +++ b/src/Tiny_httpd_util.mli @@ -1,6 +1,6 @@ (** {1 Some utils for writing web servers} - @since NEXT_RELEASE + @since 0.2 *) val percent_encode : ?skip:(char -> bool) -> string -> string diff --git a/tiny_httpd.opam b/tiny_httpd.opam index 5de78286..88d178a5 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "0.1" +version: "0.2" authors: ["Simon Cruanes"] maintainer: "simon.cruanes.2007@m4x.org" license: "MIT"