Skip to content

Commit

Permalink
prepare 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Oct 20, 2015
1 parent b3a9450 commit 3068887
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 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: 0.1.0
Version: 0.2.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: 5f2d5ce69d2a1c47aee88aba417e63b2)
version = "0.1.0"
# DO NOT EDIT (digest: 0f0d7ac152c7f184a8f6e65b297bb084)
version = "0.2.0"
description = "OCaml bindings for D3.js"
requires = "js_of_ocaml js_of_ocaml.syntax"
archive(byte) = "d3.cma"
Expand Down
6 changes: 1 addition & 5 deletions opam/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "d3"
version: "0.1.0"
version: "0.2.0"
maintainer: "Spiros Eliopoulos <[email protected]>"
authors: [ "Spiros Eliopoulos <[email protected]>" ]
license: "BSD-3-clause"
Expand All @@ -24,8 +24,4 @@ depends: [
"js_of_ocaml"
"ocamlfind" {build}
]
depopts: [
"lwt" {build}
"yojson" {build}
]
available: [ ocaml-version >= "4.01.0" ]
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: 219597eeedfaed00b6caca303aa14571) *)
(* DO NOT EDIT (digest: f4d2cdb42a85938778b437e55fd95591) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6695,7 +6695,7 @@ let setup_t =
alpha_features = ["ocamlbuild_more_args"];
beta_features = [];
name = "d3";
version = "0.1.0";
version = "0.2.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6893,7 +6893,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\007\019\241`\251'=AJ\166\214_j7\029\251";
oasis_digest = Some "\216&\143P\243w\164\162\020e\252/\183\160\199\177";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 3068887

Please sign in to comment.