diff --git a/dune-project b/dune-project index 8a23b4f..60dc535 100644 --- a/dune-project +++ b/dune-project @@ -2,7 +2,7 @@ (name printbox) (using mdx 0.2) (generate_opam_files true) -(version 0.7) +(version 0.8) (license "BSD-2-Clause") (authors "Simon Cruanes" "Guillaume Bury") diff --git a/printbox-html.opam b/printbox-html.opam index 26d50e7..5019ccf 100644 --- a/printbox-html.opam +++ b/printbox-html.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.7" +version: "0.8" synopsis: "Printbox unicode handling" description: """ diff --git a/printbox-text.opam b/printbox-text.opam index 7217fad..4f0d86e 100644 --- a/printbox-text.opam +++ b/printbox-text.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.7" +version: "0.8" synopsis: "Text renderer for printbox, using unicode edges" maintainer: ["c-cube"] authors: ["Simon Cruanes" "Guillaume Bury"] diff --git a/printbox.opam b/printbox.opam index 4600559..e1cfbce 100644 --- a/printbox.opam +++ b/printbox.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.7" +version: "0.8" synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats" maintainer: ["c-cube"]