From d9ad179878aa755579fe4843d501446cd7a09aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Mon, 11 Mar 2024 11:51:58 +0100 Subject: [PATCH] Bump Horus to version 0.2.5 --- README.md | 6 +++--- doc/overview.edoc | 2 +- src/horus.app.src | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c36ee6e..ba17f00 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Using Rebar: ```erlang %% In rebar.config -{deps, [{horus, "0.2.4"}]}. +{deps, [{horus, "0.2.5"}]}. ``` Using Erlang.mk: @@ -59,7 +59,7 @@ Using Erlang.mk: ```make # In your Makefile DEPS += horus -dep_horus = hex 0.2.4 +dep_horus = hex 0.2.5 ``` Using Mix: @@ -68,7 +68,7 @@ Using Mix: # In mix.exs defp deps do [ - {:horus, "0.2.4"} + {:horus, "0.2.5"} ] end ``` diff --git a/doc/overview.edoc b/doc/overview.edoc index 62b0828..052c2e1 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -3,7 +3,7 @@ @author The RabbitMQ team @copyright 2021-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. @title The Horus library -@version 0.2.4 +@version 0.2.5 @doc Horus is a library that extracts an anonymous function's code as well as the diff --git a/src/horus.app.src b/src/horus.app.src index 5a0f5ac..a3de3d1 100644 --- a/src/horus.app.src +++ b/src/horus.app.src @@ -5,7 +5,8 @@ %% * README.md %% * doc/overview.edoc %% Pay attention to links in particular. - {vsn, "0.2.4"}, + {vsn, "0.2.5"}, + {registered, []}, {applications, [erts, kernel,