Skip to content

Commit 33e3fdd

Browse files
committed
release: 0.2.2
1 parent 83fa377 commit 33e3fdd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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: 0.2.1
3+
Version: 0.2.2
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: 56e624ad5a1d0b99639708c0bee2dd25)
3-
version = "0.2.1"
2+
# DO NOT EDIT (digest: 76234426ae8f4d059ae6c8151274e2e9)
3+
version = "0.2.2"
44
description = "OCaml bindings for D3.js"
55
requires = "js_of_ocaml js_of_ocaml.syntax"
66
archive(byte) = "d3.cma"

opam/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "d3"
3-
version: "0.2.1"
3+
version: "0.2.2"
44
maintainer: "Spiros Eliopoulos <[email protected]>"
55
authors: [ "Spiros Eliopoulos <[email protected]>" ]
66
license: "BSD-3-clause"

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: 5251c524789fed887d3c2487f343c25a) *)
4+
(* DO NOT EDIT (digest: 81871cb0795ce87dd9b035889a304b6c) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6695,7 +6695,7 @@ let setup_t =
66956695
alpha_features = ["ocamlbuild_more_args"];
66966696
beta_features = [];
66976697
name = "d3";
6698-
version = "0.2.1";
6698+
version = "0.2.2";
66996699
license =
67006700
OASISLicense.DEP5License
67016701
(OASISLicense.DEP5Unit
@@ -6910,7 +6910,7 @@ let setup_t =
69106910
};
69116911
oasis_fn = Some "_oasis";
69126912
oasis_version = "0.4.5";
6913-
oasis_digest = Some "s\234\210\133\169U\154\213\245S\167%\133\135\133A";
6913+
oasis_digest = Some "\216\229\165$\171\236 )\202\255\169b\007\220\215";
69146914
oasis_exec = None;
69156915
oasis_setup_args = [];
69166916
setup_update = false

0 commit comments

Comments
 (0)