From 67fc26fc0a9fbb7e3616f7a8263de064fe590aa6 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 30 Dec 2023 19:57:01 -0500 Subject: [PATCH] prepare for 0.8 --- dune-project | 2 +- printbox-html.opam | 2 +- printbox-text.opam | 2 +- printbox.opam | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dune-project b/dune-project index 26d7db8..334b889 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 2.0) (name printbox) (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 98e758b..d726fe5 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 d431943..266b58b 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 3cde9b8..9ef526b 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"]