Skip to content

Commit 21e0c18

Browse files
committed
prepare for 0.3
1 parent 7f97e75 commit 21e0c18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Tiny_httpd.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ module Byte_stream : sig
123123

124124
val iter : (bytes -> int -> int -> unit) -> t -> unit
125125
(** Iterate on the chunks of the stream
126-
@since NEXT_RELEASE *)
126+
@since 0.3 *)
127127

128128
val to_chan : out_channel -> t -> unit
129129
(** Write the stream to the channel.
130-
@since NEXT_RELEASE *)
130+
@since 0.3 *)
131131

132132
val with_file : string -> (t -> 'a) -> 'a
133133
(** Open a file with given name, and obtain an input stream

tiny_httpd.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "0.2"
2+
version: "0.3"
33
authors: ["Simon Cruanes"]
44
maintainer: "[email protected]"
55
license: "MIT"

0 commit comments

Comments
 (0)