Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Dec 8, 2015
1 parent 3205bd6 commit e3520a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: webmachine
Version: 0.2.3
Version: 0.3.0
Synopsis: A REST toolkit for OCaml
Description: OCaml webmachine is a layer on top of cohttp that implements a
state-machine-based HTTP request processor. It's particularly well-suited for
Expand Down
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: a652133402f3f318036084d951ab2ec4)
version = "0.2.3"
# DO NOT EDIT (digest: 70bf441406abe7a50e781edfe1a4aae5)
version = "0.3.0"
description = "A REST toolkit for OCaml"
requires = "cohttp dispatch re re.str"
archive(byte) = "webmachine.cma"
Expand Down
2 changes: 1 addition & 1 deletion opam/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "webmachine"
version: "0.2.3"
version: "0.3.0"
maintainer: "Spiros Eliopoulos <[email protected]>"
authors: [ "Spiros Eliopoulos <[email protected]>" ]
license: "BSD-3-clause"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: bacaefa4d6107ff126275509ea61bf7a) *)
(* DO NOT EDIT (digest: 192bc1b5d57ae4c993de5b51646b7f6a) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6891,7 +6891,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "webmachine";
version = "0.2.3";
version = "0.3.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7278,7 +7278,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\236\228@\237 \165\241b\237\140\202\246\177Y)\156";
oasis_digest = Some "t\170R\143\134\241\169\244\239\029\206\176Qu*b";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit e3520a0

Please sign in to comment.