Skip to content

Commit 126cccc

Browse files
committed
release: 0.3.0
1 parent 8670b1f commit 126cccc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: d3
3-
Version: dev
3+
Version: 0.3.0
44
OCamlVersion: >= 4.01.0
55
Synopsis: OCaml bindings for D3.js
66
Authors: Spiros Eliopoulos <[email protected]>

lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: e5df9ea88e03ced1e3362cb2b633c524)
3-
version = "dev"
2+
# DO NOT EDIT (digest: b3334150159d85c440126e264978bef3)
3+
version = "0.3.0"
44
description = "OCaml bindings for D3.js"
55
requires = "js_of_ocaml-ocamlbuild js_of_ocaml-ppx"
66
archive(byte) = "d3.cma"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 7dde24055b8f28c6100a7a99e2234306) *)
4+
(* DO NOT EDIT (digest: b89bbb9478b8f4322a4113e1c035dd34) *)
55
(*
66
Regenerated by OASIS v0.4.10
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6877,7 +6877,7 @@ let setup_t =
68776877
{
68786878
oasis_version = "0.4";
68796879
ocaml_version = Some (OASISVersion.VGreaterEqual "4.01.0");
6880-
version = "dev";
6880+
version = "0.3.0";
68816881
license =
68826882
OASISLicense.DEP5License
68836883
(OASISLicense.DEP5Unit
@@ -7433,7 +7433,7 @@ let setup_t =
74337433
};
74347434
oasis_fn = Some "_oasis";
74357435
oasis_version = "0.4.10";
7436-
oasis_digest = Some "Z\243eJ\251(}\190{\173\150\159+\144\0009";
7436+
oasis_digest = Some "\141\165\145(\203J{\172\003s-|Q\145\2160";
74377437
oasis_exec = None;
74387438
oasis_setup_args = [];
74397439
setup_update = false

0 commit comments

Comments
 (0)