diff --git a/dune-project b/dune-project index 043e92f..5b28da3 100644 --- a/dune-project +++ b/dune-project @@ -15,7 +15,7 @@ (documentation https://lukstafi.github.io/ppx_minidebug/ppx_minidebug) -(version 2.0.2) +(version 2.1.0) (package (name ppx_minidebug) diff --git a/ppx_minidebug.opam b/ppx_minidebug.opam index 424be98..e06931d 100644 --- a/ppx_minidebug.opam +++ b/ppx_minidebug.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.0.2" +version: "2.1.0" synopsis: "Debug logs for selected functions and let-bindings" description: "Formatted logs of let-bound values, function arguments and results; `if` and `match` branches taken. Optionally, as collapsible HTML trees with highlights."