Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Oct 20, 2015
1 parent 42938e7 commit 682ff03
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 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: dispatch
Version: 0.1.0
Version: 0.2.0
Synopsis: Path-based dispatching for client- and server-side applications.
Description: Dispatch provides a basic mechanism for dispatching a request to a
handler based on hierarchical path names conventionally found in URIs. It can be
Expand Down
6 changes: 3 additions & 3 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 6bdb53fb27ff932dcf9713488fcfd737)
version = "0.1.0"
# DO NOT EDIT (digest: 813f9498c63ba126a46516fb880281b9)
version = "0.2.0"
description =
"Path-based dispatching for client- and server-side applications."
requires = "result"
Expand All @@ -10,7 +10,7 @@ archive(native) = "dispatch.cmxa"
archive(native, plugin) = "dispatch.cmxs"
exists_if = "dispatch.cma"
package "js" (
version = "0.1.0"
version = "0.2.0"
description =
"Path-based dispatching for client- and server-side applications."
requires = "dispatch js_of_ocaml js_of_ocaml.syntax result"
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: "dispatch"
version: "0.1.0"
version: "0.2.0"
maintainer: "Spiros Eliopoulos <[email protected]>"
authors: [ "Spiros Eliopoulos <[email protected]>" ]
license: "BSD-3-clause"
Expand Down
9 changes: 5 additions & 4 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: 51ef328e9c406e1527855b8635123a23) *)
(* DO NOT EDIT (digest: 25dda6d99643d1486e65f84e06408771) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6851,7 +6851,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "dispatch";
version = "0.1.0";
version = "0.2.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7087,14 +7087,15 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "V\012&\242\199=\005;\183\192J\223\173v\176<";
oasis_digest =
Some "\243\000W\003\235\246\152E\158\248\219c\023\194\141\014";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 7099 "setup.ml"
# 7100 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 682ff03

Please sign in to comment.