From 7cbeef7e970c9dbf941c2b6f851de60474b722e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Thu, 28 Nov 2024 11:29:11 +0100 Subject: [PATCH] Bump Horus to version 0.3.1 --- README.md | 6 +++--- doc/overview.edoc | 2 +- src/horus.app.src | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 85e147f..be3fa2a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Using Rebar: ```erlang %% In rebar.config -{deps, [{horus, "0.3.0"}]}. +{deps, [{horus, "0.3.1"}]}. ``` Using Erlang.mk: @@ -59,7 +59,7 @@ Using Erlang.mk: ```make # In your Makefile DEPS += horus -dep_horus = hex 0.3.0 +dep_horus = hex 0.3.1 ``` Using Mix: @@ -68,7 +68,7 @@ Using Mix: # In mix.exs defp deps do [ - {:horus, "0.3.0"} + {:horus, "0.3.1"} ] end ``` diff --git a/doc/overview.edoc b/doc/overview.edoc index cf3c386..ca1fd48 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.3.0 +@version 0.3.1 @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 79d5c41..3a3b653 100644 --- a/src/horus.app.src +++ b/src/horus.app.src @@ -5,7 +5,7 @@ %% * README.md %% * doc/overview.edoc %% Pay attention to links in particular. - {vsn, "0.3.0"}, + {vsn, "0.3.1"}, {registered, []}, {applications, [erts,