Skip to content

Commit d747363

Browse files
committed
prepare for 0.8
1 parent f3c34c2 commit d747363

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(name printbox)
33
(using mdx 0.2)
44
(generate_opam_files true)
5-
(version 0.7)
5+
(version 0.8)
66
(license "BSD-2-Clause")
77

88
(authors "Simon Cruanes" "Guillaume Bury")

printbox-html.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.7"
3+
version: "0.8"
44
synopsis: "Printbox unicode handling"
55
description: """
66

printbox-text.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.7"
3+
version: "0.8"
44
synopsis: "Text renderer for printbox, using unicode edges"
55
maintainer: ["c-cube"]
66
authors: ["Simon Cruanes" "Guillaume Bury"]

printbox.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.7"
3+
version: "0.8"
44
synopsis:
55
"Allows to print nested boxes, lists, arrays, tables in several formats"
66
maintainer: ["c-cube"]

0 commit comments

Comments
 (0)