diff --git a/README.md b/README.md index ba17f00..8627fa8 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Using Rebar: ```erlang %% In rebar.config -{deps, [{horus, "0.2.5"}]}. +{deps, [{horus, "0.2.6"}]}. ``` Using Erlang.mk: @@ -59,7 +59,7 @@ Using Erlang.mk: ```make # In your Makefile DEPS += horus -dep_horus = hex 0.2.5 +dep_horus = hex 0.2.6 ``` Using Mix: @@ -68,7 +68,7 @@ Using Mix: # In mix.exs defp deps do [ - {:horus, "0.2.5"} + {:horus, "0.2.6"} ] end ``` diff --git a/doc/overview.edoc b/doc/overview.edoc index 052c2e1..059d508 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.5 +@version 0.2.6 @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 07c2183..34fef54 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.2.5"}, + {vsn, "0.2.6"}, {registered, []}, {applications, [erts,