From 80da6455da0c3f06c5696d3884f7ac073796093e Mon Sep 17 00:00:00 2001 From: Lukasz Stafiniak Date: Thu, 14 Dec 2023 13:53:13 +0100 Subject: [PATCH] Bump the version number --- dune-project | 2 +- ppx_minidebug.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index e5271cc..fb29219 100644 --- a/dune-project +++ b/dune-project @@ -15,7 +15,7 @@ (documentation https://lukstafi.github.io/ppx_minidebug/ppx_minidebug) -(version 0.4.0) +(version 0.5.0) (package (name ppx_minidebug) diff --git a/ppx_minidebug.opam b/ppx_minidebug.opam index ef23760..0f10f99 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: "0.4.0" +version: "0.5.0" synopsis: "Debug logs for selected functions and let-bindings" description: "A poor man's `ppx_debug` with formatted logs of let-bound values, function arguments and results."