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 Jul 23, 2017
1 parent 8670b1f commit 126cccc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: d3
Version: dev
Version: 0.3.0
OCamlVersion: >= 4.01.0
Synopsis: OCaml bindings for D3.js
Authors: Spiros Eliopoulos <[email protected]>
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: e5df9ea88e03ced1e3362cb2b633c524)
version = "dev"
# DO NOT EDIT (digest: b3334150159d85c440126e264978bef3)
version = "0.3.0"
description = "OCaml bindings for D3.js"
requires = "js_of_ocaml-ocamlbuild js_of_ocaml-ppx"
archive(byte) = "d3.cma"
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: 7dde24055b8f28c6100a7a99e2234306) *)
(* DO NOT EDIT (digest: b89bbb9478b8f4322a4113e1c035dd34) *)
(*
Regenerated by OASIS v0.4.10
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6877,7 +6877,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = Some (OASISVersion.VGreaterEqual "4.01.0");
version = "dev";
version = "0.3.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7433,7 +7433,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.10";
oasis_digest = Some "Z\243eJ\251(}\190{\173\150\159+\144\0009";
oasis_digest = Some "\141\165\145(\203J{\172\003s-|Q\145\2160";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 126cccc

Please sign in to comment.